Uses of Interface
org.unitils.objectvalidation.Rule

Packages that use Rule
org.unitils.objectvalidation   
org.unitils.objectvalidation.rules   
org.unitils.objectvalidation.rulescollection   
 

Uses of Rule in org.unitils.objectvalidation
 

Methods in org.unitils.objectvalidation that return types with arguments of type Rule
 List<Rule> ObjectValidationRulesCollection.getRules()
           
 

Constructor parameters in org.unitils.objectvalidation with type arguments of type Rule
ObjectValidator(List<Rule> rulesToValidate, List<EqualsHashCodeValidator> equalsHashCodeValidators)
           
 

Uses of Rule in org.unitils.objectvalidation.rules
 

Classes in org.unitils.objectvalidation.rules that implement Rule
 class ClassIsFinalRule
          Rule to check that the class is final.
 class ClassMustBeSerializableRule
          Rule to check that the class passed in parameter must implement Serializable.
 class EqualsComplientRule
          Verifies the seven equality rules defined by Sun : 1.
 class GetterAndSetterComplientRule
          Rule to validate that every field is accessible with a getter and a setter.
 class HashCodeComplientRule
          Assert the compliancy of an object hashCode() method.
 class NonMutatingToStringRule
          This class checks if the toString() method of a cloned object stays the same or not.
 class NoPublicFieldsRule
          This rule ensures that no fields declared with public visibility.
 class OnlyStaticMethodsRule
          Rule to check that there is only static methods declared in the class.
 class PrivateConstructorRule
          Rule to check that no public constructors are available on the tested class.
 class PublicEmptyConstructorRule
          Rules to verify that the provided class has a default empty constructor.
 class ToStringHasToBeOverridenRule
          Rule to check that the toString method is well overriden in the tested class.
 class ToStringMustContainsEveryFieldRule
          Rule to check that the toString method returns a string with every field named in it.
 

Uses of Rule in org.unitils.objectvalidation.rulescollection
 

Methods in org.unitils.objectvalidation.rulescollection that return types with arguments of type Rule
 List<Rule> UtilityClassRules.getRules()
           
 List<Rule> SunBeanRulesWithMocks.getRules()
           
 List<Rule> SunBeanRules.getRules()
           
 



Copyright © 2013-2015. All Rights Reserved.