Uses of Enum Class
com.codebox.bean.JavaBeanTester
Packages that use JavaBeanTester
Package
Description
Java Bean Tester Package contains static classes for running tests against java beans.
-
Uses of JavaBeanTester in com.codebox.bean
Subclasses with type arguments of type JavaBeanTester in com.codebox.beanModifier and TypeClassDescriptionenumThis helper class can be used to unit test the get/set/equals/canEqual/toString/hashCode methods of JavaBean-style Value Objects.Methods in com.codebox.bean that return JavaBeanTesterModifier and TypeMethodDescriptionstatic JavaBeanTesterReturns the enum constant of this class with the specified name.static JavaBeanTester[]JavaBeanTester.values()Returns an array containing the constants of this enum class, in the order they are declared.