public static class TestPipelineOptions.AlwaysPassMatcher extends org.hamcrest.BaseMatcher<PipelineResult> implements SerializableMatcher<PipelineResult>
| Constructor and Description |
|---|
AlwaysPassMatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
boolean |
matches(java.lang.Object o) |
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, isNotNull, toStringpublic boolean matches(java.lang.Object o)
matches in interface org.hamcrest.Matcher<PipelineResult>public void describeTo(org.hamcrest.Description description)
describeTo in interface org.hamcrest.SelfDescribing