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, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.hamcrest.Matcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch
-
Constructor Details
-
AlwaysPassMatcher
public AlwaysPassMatcher()
-
-
Method Details
-
matches
- Specified by:
matches
in interfaceMatcher<PipelineResult>
-
describeTo
- Specified by:
describeTo
in interfaceSelfDescribing
-