| com.bm.utils.AutomaticBeanEqualsTester
AutomaticBeanEqualsTester | final public class AutomaticBeanEqualsTester extends Assert (Code) | | This class tests simple Bean-Classes automatically. Every Bean class must
have a parameterless constructor. We are using a random data generator
automatically generate N beans.
author: Daniel Wiese since: 09.02.2006 |
assertEqualsImplementation | public static void assertEqualsImplementation(Class<? extends T> beanToTest, String... keyProperties)(Code) | | Executes the automatic eauals test.
author: Daniel Wiese since: 09.02.2006< Parameters: T - > -the type of the bean Parameters: beanToTest - -the class of the bean Parameters: keyProperties - -the names of the key properties, which are important for equal |
|
|