| Interface | Description |
|---|---|
| BeanPropertyTest |
Will perform a test on a specific bean property.
|
| BeanTest |
Interface for performing a bean-level test
|
| Class | Description |
|---|---|
| AccessorMutatorTest |
Tests all bean accessors and mutators.
|
| ClonableTest |
Determines if the bean implements Clonable and does a clone test if needed.
|
| ComparableTest |
Determines if the bean implements Comparable and does a primitive compareTo test if needed.
|
| HashcodeEqualsTest |
HashcodeEquals test.
|
| HashcodeTest |
Hashcode test.
|
| IdentityEqualsTest |
Makes sure that a bean 'equals' itself
|
| SerializableTest |
Determines if the bean implements Serializable and does a serialization test if needed.
|
| ToStringTest |
Performs a toString test
|
| ValuePropertyTest |
Tests an individual bean accessor and mutators for a specific property given a test value.
|
Copyright © 2015. All rights reserved.