Package org.assertj.core.error
Class ElementsShouldMatch
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ElementsShouldMatch
- All Implemented Interfaces:
ErrorMessageFactory
-
Field Summary
FieldsFields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format, formatter
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ElementsShouldMatch
(Object actual, Iterable<?> notMatching, PredicateDescription predicateDescription) private
ElementsShouldMatch
(Object actual, Object notMatching, PredicateDescription predicateDescription) -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> ErrorMessageFactory
elementsShouldMatch
(Object actual, T elementsNotMatchingPredicate, PredicateDescription predicateDescription) Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Field Details
-
SINGLE_NON_MATCHING_ELEMENT
- See Also:
-
MULTIPLE_NON_MATCHING_ELEMENT
- See Also:
-
-
Constructor Details
-
ElementsShouldMatch
private ElementsShouldMatch(Object actual, Object notMatching, PredicateDescription predicateDescription) -
ElementsShouldMatch
private ElementsShouldMatch(Object actual, Iterable<?> notMatching, PredicateDescription predicateDescription)
-
-
Method Details
-
elementsShouldMatch
public static <T> ErrorMessageFactory elementsShouldMatch(Object actual, T elementsNotMatchingPredicate, PredicateDescription predicateDescription)
-