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: