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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch
public boolean matches(java.lang.Object o)
matches
in interface Matcher<PipelineResult>
public void describeTo(Description description)
describeTo
in interface SelfDescribing