Uses of Interface
org.djutils.test.UnitTest.Assignment
-
Uses of UnitTest.Assignment in org.djutils.test
Methods in org.djutils.test with parameters of type UnitTest.AssignmentModifier and TypeMethodDescriptionstatic <V> V
UnitTest.testFail
(UnitTest.Assignment<V> assignment) Method for unit tests to test if an expected exception is thrown on an assignment.static <V,
T extends Throwable>
VUnitTest.testFail
(UnitTest.Assignment<V> assignment, Class<T> expectedThrowableClass) Method for unit tests to test if an expected exception is thrown on an assignment.static <V> V
UnitTest.testFail
(UnitTest.Assignment<V> assignment, String message) Method for unit tests to test if an expected exception is thrown on an assignment.static <V,
T extends Throwable>
VUnitTest.testFail
(UnitTest.Assignment<V> assignment, String message, Class<T> expectedThrowableClass) Method for unit tests to test if an expected exception is thrown on an assignment.