Package org.assertj.core.error
Class AnyElementShouldMatch
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.AnyElementShouldMatch
- All Implemented Interfaces:
ErrorMessageFactory
-
Field Summary
FieldsFields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format, formatter
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
AnyElementShouldMatch
(Object actual, PredicateDescription predicateDescription) -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactory
anyElementShouldMatch
(Object actual, PredicateDescription predicateDescription) Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Field Details
-
NON_MATCHING_ELEMENT
- See Also:
-
-
Constructor Details
-
AnyElementShouldMatch
-
-
Method Details
-
anyElementShouldMatch
public static ErrorMessageFactory anyElementShouldMatch(Object actual, PredicateDescription predicateDescription)
-