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