| Interface | Description |
|---|---|
| BeanVerifier |
BeanVerifier can be used in unit tests to verify
bean getter/setter methods
equals/hashCode methods
toString method
Example usage:
|
| VerifierSettings | |
| VerifierSettingsEditor |
| Class | Description |
|---|---|
| BeanPropertyTester |
An object that tests a Bean's property methods.
|
| BeanTester |
Concrete BeanTester that affords a means of testing JavaBean objects with respect to:
|
| BeanTesterBuilder |
Builder for
BeanTester or other tester classes. |
| Configuration |
Test configuration used to customize testing for a single JavaBean type.
|
| ConfigurationBuilder |
Builder object that makes creating Configuration objects easier.
|
| EqualsMethodTester |
Provides a means of testing the correctness of the equals logic implemented by a type, based solely on the type, with
respect to:
|
| HashCodeMethodTester |
Provides a means of testing the correctness of the hashCode logic implemented by a type, based solely on the
provision of the type, with respect to:
|
| ToStringMethodTester |
Simple tester for verifying that the bean non-trivially overrides the toString method
|
| Enum | Description |
|---|---|
| Warning |
Enum of warnings that can be suppressed in
BeanVerifier. |
| Exception | Description |
|---|---|
| BeanTestException |
An exception that may be thrown when trying to test a JavaBean using BeanTester.
|
Copyright © 2010–2020 meanbean. All rights reserved.