| Package | Description |
|---|---|
| org.force66.beantester |
Tests normal bean methods such as accessors, mutators, equals(), hashcode(), etc.
|
| org.force66.beantester.tests |
Individual Tests for BeanTester
|
| Modifier and Type | Method and Description |
|---|---|
List<BeanTest> |
DefaultBeanTesterConfiguration.getBeanTestList() |
List<BeanTest> |
BeanTesterConfiguration.getBeanTestList() |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessorMutatorTest
Tests all bean accessors and mutators.
|
class |
ClonableTest
Determines if the bean implements Clonable and does a clone test if needed.
|
class |
ComparableTest
Determines if the bean implements Comparable and does a primitive compareTo test if needed.
|
class |
HashcodeEqualsTest
HashcodeEquals test.
|
class |
HashcodeTest
Hashcode test.
|
class |
IdentityEqualsTest
Makes sure that a bean 'equals' itself
|
class |
SerializableTest
Determines if the bean implements Serializable and does a serialization test if needed.
|
class |
ToStringTest
Performs a toString test
|
Copyright © 2015. All rights reserved.