Package org.apache.beam.sdk.testing
Class TestPipelineOptions.AlwaysPassMatcher
java.lang.Object
org.hamcrest.BaseMatcher<PipelineResult>
org.apache.beam.sdk.testing.TestPipelineOptions.AlwaysPassMatcher
- All Implemented Interfaces:
 Serializable,SerializableMatcher<PipelineResult>,Matcher<PipelineResult>,SelfDescribing
- Enclosing interface:
 TestPipelineOptions
public static class TestPipelineOptions.AlwaysPassMatcher
extends BaseMatcher<PipelineResult>
implements SerializableMatcher<PipelineResult>
Matcher which will always pass.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, isNotNull, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.hamcrest.Matcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch 
- 
Constructor Details
- 
AlwaysPassMatcher
public AlwaysPassMatcher() 
 - 
 - 
Method Details
- 
matches
- Specified by:
 matchesin interfaceMatcher<PipelineResult>
 - 
describeTo
- Specified by:
 describeToin interfaceSelfDescribing
 
 -