public static class TestPipelineOptions.AlwaysPassMatcherFactory extends java.lang.Object implements DefaultValueFactory<SerializableMatcher<PipelineResult>>
PipelineResult matchers which always pass.| Constructor and Description | 
|---|
AlwaysPassMatcherFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
SerializableMatcher<PipelineResult> | 
create(PipelineOptions options)
Creates a default value for a getter marked with  
Default.InstanceFactory. | 
public SerializableMatcher<PipelineResult> create(PipelineOptions options)
DefaultValueFactoryDefault.InstanceFactory.create in interface DefaultValueFactory<SerializableMatcher<PipelineResult>>options - The current pipeline options.