Uses of Interface
org.djutils.test.UnitTest.Execution
-
Uses of UnitTest.Execution in org.djutils.test
Methods in org.djutils.test with parameters of type UnitTest.ExecutionModifier and TypeMethodDescriptionstatic void
UnitTest.testFail
(UnitTest.Execution execution) Method for unit tests to test if an expected exception is thrown on code execution.static <T extends Throwable>
voidUnitTest.testFail
(UnitTest.Execution execution, Class<T> expectedThrowableClass) Method for unit tests to test if an expected exception is thrown on code execution.static void
UnitTest.testFail
(UnitTest.Execution execution, String message) Method for unit tests to test if an expected exception is thrown on code execution.static <T extends Throwable>
voidUnitTest.testFail
(UnitTest.Execution execution, String message, Class<T> expectedThrowableClass) Method for unit tests to test if an expected exception is thrown on code execution.