| Class | Description |
|---|---|
| BeanLikeTesterTest |
Test
BeanLikeTester |
| BeanLikeWithMissingGetter |
A invalid beanLike that doesn't have a getter for a property defined in a constructor.
|
| BeanWithInvalidAccessor1 |
Bean with invalid accessor that doesn't return anything.
|
| BeanWithInvalidAccessor2 |
Bean with invalid accessor that returns a String instead of a boolean.
|
| BeanWithInvalidAccessor3 |
Bean that returns an non expected default value.
|
| BeanWithInvalidAccessor4 |
Bean with invalid accessor that doesn't return a value set.
|
| BeanWithInvalidEquals1 |
Bean that returns false when the object is compared to itself.
|
| BeanWithInvalidEquals2 |
Bean with invalid equals() that doesn't take account a property.
|
| BeanWithInvalidEquals3 |
Bean with invalid equals() that returns false when all the properties are the same.
|
| BeanWithInvalidEquals4 |
Bean with invalid equals() that returns true when compared to null.
|
| BeanWithInvalidEquals5 |
Bean with invalid equals() that returns true when compared to null.
|
| BeanWithInvalidHash1 |
Bean with invalid hashCode() that doesn't take account a property.
|
| BeanWithInvalidHash2 |
Bean with invalid hashCode() that doesn't depend on properties.
|
| BeanWithInvalidSetter |
A bean with an invalid setter that returns a value.
|
| BeanWithInvalidToString1 |
Bean with invalid toString() method that doesn't take account a property.
|
| BeanWithInvalidToString2 |
Bean with invalid toString() method that doesn't depend on properties.
|
| BeanWithMissingGetter |
A invalid bean that can set a property but not retrieve it.
|
| ConstantObject |
An object whose properties cannot be changed.
|
| ImmutableObject |
A valid immutable object with read only properties and several constructors.
|
| ValidBean |
A valid bean.
|
| ValidBeanLike |
A valid beanLike object with several constructors.
|
Copyright © 2014. All Rights Reserved.