public class ElementsShouldMatch extends BasicErrorMessageFactory
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
MULTIPLE_NON_MATCHING_ELEMENT |
private static java.lang.String |
SINGLE_NON_MATCHING_ELEMENT |
arguments, format, formatter
Modifier | Constructor and Description |
---|---|
private |
ElementsShouldMatch(java.lang.Object actual,
java.lang.Iterable<?> notMatching,
PredicateDescription predicateDescription) |
private |
ElementsShouldMatch(java.lang.Object actual,
java.lang.Object notMatching,
PredicateDescription predicateDescription) |
Modifier and Type | Method and Description |
---|---|
static <T> ErrorMessageFactory |
elementsShouldMatch(java.lang.Object actual,
T elementsNotMatchingPredicate,
PredicateDescription predicateDescription) |
create, create, create, equals, hashCode, toString, unquotedString
private static final java.lang.String SINGLE_NON_MATCHING_ELEMENT
private static final java.lang.String MULTIPLE_NON_MATCHING_ELEMENT
private ElementsShouldMatch(java.lang.Object actual, java.lang.Object notMatching, PredicateDescription predicateDescription)
private ElementsShouldMatch(java.lang.Object actual, java.lang.Iterable<?> notMatching, PredicateDescription predicateDescription)
public static <T> ErrorMessageFactory elementsShouldMatch(java.lang.Object actual, T elementsNotMatchingPredicate, PredicateDescription predicateDescription)