public class Every<T> extends TypeSafeDiagnosingMatcher<java.lang.Iterable<T>>
Modifier and Type | Method and Description |
---|---|
void |
describeTo(Description description)
Generates a description of the object.
|
static <U> Matcher<java.lang.Iterable<U>> |
everyItem(Matcher<U> itemMatcher) |
boolean |
matchesSafely(java.lang.Iterable<T> collection,
Description mismatchDescription)
Subclasses should implement this.
|
describeMismatch, matches
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
public boolean matchesSafely(java.lang.Iterable<T> collection, Description mismatchDescription)
TypeSafeDiagnosingMatcher
matchesSafely
in class TypeSafeDiagnosingMatcher<java.lang.Iterable<T>>
public void describeTo(Description description)
SelfDescribing
description
- The description to be built or appended to.