Package net.sf.qualitytest.blueprint.strategy.matching

Class Summary
AbstractTypeMatchingStrategy Match classes which are abstract.
ArrayTypeMatchingStrategy Match all class types that are arrays.
BuilderMethodMatchingStrategy Matches all methods, which belong to a class implementing the builder pattern.
CaseInsensitiveMethodNameMatchingStrategy This value matching strategy matches string names case insensitively on the method name.
InstanceOfTypeMatchingStrategy Match a value based on its type or supertype.
SetterMethodMatchingStrategy This value matching strategy matches all methods that are setters, i.e. start with the prefix 'set'.
TypeMatchingStrategy Match a value based on its exact type.
 



Copyright © 2012-2013. All Rights Reserved.