| Package | Description |
|---|---|
| org.meanbean.bean.util | |
| org.meanbean.factories.beans | |
| org.meanbean.factories.equivalent | |
| org.meanbean.factories.util | |
| org.meanbean.test |
| Class and Description |
|---|
| Configuration
Test configuration used to customize testing for a single JavaBean type.
|
| Class and Description |
|---|
| Configuration
Test configuration used to customize testing for a single JavaBean type.
|
| Class and Description |
|---|
| Configuration
Test configuration used to customize testing for a single JavaBean type.
|
| Class and Description |
|---|
| BeanTestException
An exception that may be thrown when trying to test a JavaBean using BeanTester.
|
| Configuration
Test configuration used to customize testing for a single JavaBean type.
|
| Class and 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. |
| BeanTestException
An exception that may be thrown when trying to test a JavaBean using BeanTester.
|
| BeanVerifier
BeanVerifier can be used in unit tests to verify
bean getter/setter methods
equals/hashCode methods
toString method
Example usage:
|
| 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
|
| VerifierSettings |
| VerifierSettingsEditor |
| Warning
Enum of warnings that can be suppressed in
BeanVerifier. |
Copyright © 2010–2020 meanbean. All rights reserved.