public class NoElementsShouldMatch extends BasicErrorMessageFactory
arguments, format, formatter
Modifier | Constructor and Description |
---|---|
private |
NoElementsShouldMatch(java.lang.Object actual,
java.lang.Object satisfies,
PredicateDescription predicateDescription) |
Modifier and Type | Method and Description |
---|---|
static <T> ErrorMessageFactory |
noElementsShouldMatch(java.lang.Object actual,
T elementMatchingPredicate,
PredicateDescription predicateDescription) |
create, create, create, equals, hashCode, toString, unquotedString
private NoElementsShouldMatch(java.lang.Object actual, java.lang.Object satisfies, PredicateDescription predicateDescription)
public static <T> ErrorMessageFactory noElementsShouldMatch(java.lang.Object actual, T elementMatchingPredicate, PredicateDescription predicateDescription)