public class TestUniversalRunner extends PipelineRunner<PipelineResult>
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | TestUniversalRunner.Options | 
| static class  | TestUniversalRunner.OptionsRegistrarRegister  TestUniversalRunner.Options. | 
| static class  | TestUniversalRunner.RunnerRegistrarRegistrar for the portable runner. | 
| Modifier and Type | Method and Description | 
|---|---|
| static TestUniversalRunner | fromOptions(PipelineOptions options)Constructs a runner from the provided options. | 
| PipelineResult | run(Pipeline pipeline)Processes the given  Pipeline, potentially asynchronously, returning a runner-specific
 type of result. | 
create, run, runpublic static TestUniversalRunner fromOptions(PipelineOptions options)
options - Properties which configure the runner.public PipelineResult run(Pipeline pipeline)
PipelineRunnerPipeline, potentially asynchronously, returning a runner-specific
 type of result.run in class PipelineRunner<PipelineResult>