Package org.assertj.core.error
Class ElementsShouldMatch
- java.lang.Object
-
- org.assertj.core.error.BasicErrorMessageFactory
-
- org.assertj.core.error.ElementsShouldMatch
-
- All Implemented Interfaces:
ErrorMessageFactory
public class ElementsShouldMatch extends BasicErrorMessageFactory
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
MULTIPLE_NON_MATCHING_ELEMENT
private static java.lang.String
SINGLE_NON_MATCHING_ELEMENT
-
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format, formatter
-
-
Constructor Summary
Constructors Modifier Constructor 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)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> ErrorMessageFactory
elementsShouldMatch(java.lang.Object actual, T elementsNotMatchingPredicate, PredicateDescription predicateDescription)
-
Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
-
-
-
Field Detail
-
SINGLE_NON_MATCHING_ELEMENT
private static final java.lang.String SINGLE_NON_MATCHING_ELEMENT
- See Also:
- Constant Field Values
-
MULTIPLE_NON_MATCHING_ELEMENT
private static final java.lang.String MULTIPLE_NON_MATCHING_ELEMENT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ElementsShouldMatch
private ElementsShouldMatch(java.lang.Object actual, java.lang.Object notMatching, PredicateDescription predicateDescription)
-
ElementsShouldMatch
private ElementsShouldMatch(java.lang.Object actual, java.lang.Iterable<?> notMatching, PredicateDescription predicateDescription)
-
-
Method Detail
-
elementsShouldMatch
public static <T> ErrorMessageFactory elementsShouldMatch(java.lang.Object actual, T elementsNotMatchingPredicate, PredicateDescription predicateDescription)
-
-