public static class TestPipelineOptions.AlwaysPassMatcher extends BaseMatcher<PipelineResult> implements SerializableMatcher<PipelineResult>
| Constructor and Description | 
|---|
| AlwaysPassMatcher() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | describeTo(Description description) | 
| boolean | matches(java.lang.Object o) | 
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, isNotNull, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatchpublic boolean matches(java.lang.Object o)
matches in interface Matcher<PipelineResult>public void describeTo(Description description)
describeTo in interface SelfDescribing