public class AllItemsMatch<T> extends org.hamcrest.BaseMatcher<Collection<T>>
| Constructor and Description |
|---|
AllItemsMatch(org.hamcrest.Matcher<T> matcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeMismatch(Object item,
org.hamcrest.Description description) |
void |
describeTo(org.hamcrest.Description description) |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
matches(Object item) |
public AllItemsMatch(org.hamcrest.Matcher<T> matcher)
public boolean matches(Object item)
public void describeTo(org.hamcrest.Description description)
public void describeMismatch(Object item, org.hamcrest.Description description)
describeMismatch in interface org.hamcrest.Matcher<Collection<T>>describeMismatch in class org.hamcrest.BaseMatcher<Collection<T>>Copyright © 2017. All rights reserved.