| Class | Description |
|---|---|
| BusinessIdentityTester |
This rules ensures that object.equals(Object) and object.hashCode() are dispatching their calls to BusinessIdentity.
|
| DefaultValuesNullTester |
This Rule ensures that all Fields are initialized to null.
This rule ignores fields that are marked as final or primitive types since neither can be initialized to null. |
| GetterTester |
Test the getter and ensure it retrieves from the field being tested if and only if it has a getter defined.
|
| SerializableTester |
This tester ensures that you are able to serialize and deserialize objects without any errors.
|
| SetterTester |
Test the setter and ensure it sets the field being tested if and only if a Setter method was defined.
|
| ToStringTester |
Copyright © 2010–2021. All rights reserved.