Class SystemExitAssertion
java.lang.Object
com.ginsberg.junit.exit.assertions.SystemExitAssertion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SystemExitAssertionassertThatCallsSystemExit(Runnable function) static voidassertThatDoesNotCallSystemExit(Runnable function) withExitCode(int code) withExitCodeInRange(int startInclusive, int endInclusive)
-
Constructor Details
-
SystemExitAssertion
-
-
Method Details
-
assertThatCallsSystemExit
-
assertThatDoesNotCallSystemExit
-
withExitCode
-
withExitCodeInRange
-