Matcher instances for testing properties
of objects whose properties follow the Java beans standards.TheSameAs.PropertyComparator which matches a properties regardlessMatcher which will test if an object has
a named path with the given value.TheSameAs.PropertyComparator which matches a string property against a regular expressionMatcher which will test if an object has
a named property with the given value.TheSameAs.PropertyComparator which matches a string property regardless of caseTheSameAs.PropertyComparator which matches a string property regardless of caseTheSameAs.PropertyComparator which matches a string property regardless of casetrue if the actual value matches the expected
valueMatcher which will perform a deep
comparison of the two objects by invoking all getter style properties.Matcher which will perform a deep
comparison of the two objects by invoking all getter style properties.Matcher for performing a deep comparison of two
objects by testing getters which start with get, is, or
has are the same on each instances.Matcher which will perform a deep
comparison of the two objects by invoking all bean style properties where
both a getter and setter exists.Matcher which will perform a deep
comparison of the two objects by invoking all bean style properties where
both a getter and setter exists.Copyright © 2015. All rights reserved.