| Class | Description |
|---|---|
| ComparabilityTestCase |
Extend me in order to test a class's functional compliance with the
Comparable interface. |
| EqualsHashCodeTestCase |
Extend me in order to test a class's functional compliance with the
equals and hashCode contract. |
| SerializabilityTestCase |
Extend me in order to test the serializability of a class.
|
| TestSetup |
This class is similar to the junit.extensions.TestSetup class but
executes the tearDown method in a finally block.
|
Copyright © ${project.year} ${project.holder}. All Rights Reserved.