Uses of Class
patterntesting.runtime.junit.Failures
-
Packages that use Failures Package Description patterntesting.runtime.junit Here you find the some Tester which can be used for testing with JUnit. -
-
Uses of Failures in patterntesting.runtime.junit
Methods in patterntesting.runtime.junit that throw Failures Modifier and Type Method Description static <T> void
ObjectTester. assertEquals(java.util.Collection<java.lang.Class<? extends T>> classes)
Check for each class in the given collection if the equals() method is implemented correct.
-