public class CombinableMatcher<T>
extends org.hamcrest.BaseMatcher<T>
Constructor and Description |
---|
CombinableMatcher(org.hamcrest.Matcher<? extends T> matcher) |
Modifier and Type | Method and Description |
---|---|
CombinableMatcher<T> |
and(org.hamcrest.Matcher<? extends T> matcher) |
void |
describeTo(org.hamcrest.Description description) |
boolean |
matches(java.lang.Object item) |
CombinableMatcher<T> |
or(org.hamcrest.Matcher<? extends T> matcher) |
public CombinableMatcher(org.hamcrest.Matcher<? extends T> matcher)
public boolean matches(java.lang.Object item)
public void describeTo(org.hamcrest.Description description)
public CombinableMatcher<T> and(org.hamcrest.Matcher<? extends T> matcher)
public CombinableMatcher<T> or(org.hamcrest.Matcher<? extends T> matcher)