Uses of Class
patterntesting.runtime.junit.AbstractTester
-
Packages that use AbstractTester Package Description patterntesting.runtime.junit Here you find the some Tester which can be used for testing with JUnit. -
-
Uses of AbstractTester in patterntesting.runtime.junit
Subclasses of AbstractTester in patterntesting.runtime.junit Modifier and Type Class Description class
ClassTester
This tester examines classes.class
CloneableTester
This tester checks class which implements Clonable and has therefore the clone method implemented.class
ComparableTester
This utility class checks classes which implements theComparable
interface.class
ImmutableTester
This is a utility class to test if a class is really (strict) Immuable.class
ObjectTester
This is a utility class to check some important methods of a class like theObject.equals(Object)
orObject.hashCode()
method.
-