| Interface | Description |
|---|---|
| EqualityTester.Exerciser<T> |
Exerciser used when testing consistent property in equals method.
|
| SerializabilityTester.SemanticCompatibilityVerifier<T extends Serializable> |
Semantic compatibility verifier.
|
| ThrowableTester.Instruction |
Instruction.
|
| ThrowableTester.Validator<E extends Throwable> |
Throwable validator.
|
| Class | Description |
|---|---|
| AssertUtil |
Assert utility methods.
|
| ComparabilityTester |
Tester to test objects which implement Comparable.
|
| EqualityTester |
Tester to test objects which override
Object.equals(Object) and Object.hashCode()
. |
| RandomDataGenerator |
Random data generator.
|
| SerializabilityTester |
Tester to test objects which implement Serializable.
|
| TestUtil |
Utility methods.
|
| ThrowableTester |
Throwable tester.
|
Copyright © 2016. All rights reserved.