public class Runner extends Object
| Constructor and Description |
|---|
Runner(cucumber.runtime.Glue glue,
EventBus bus,
Collection<? extends cucumber.runtime.Backend> backends,
cucumber.runtime.RuntimeOptions runtimeOptions) |
| Modifier and Type | Method and Description |
|---|---|
cucumber.runtime.Glue |
getGlue() |
void |
reportStepDefinitions(StepDefinitionReporter stepDefinitionReporter) |
void |
runPickle(gherkin.events.PickleEvent pickle) |
public Runner(cucumber.runtime.Glue glue,
EventBus bus,
Collection<? extends cucumber.runtime.Backend> backends,
cucumber.runtime.RuntimeOptions runtimeOptions)
public void runPickle(gherkin.events.PickleEvent pickle)
public cucumber.runtime.Glue getGlue()
public void reportStepDefinitions(StepDefinitionReporter stepDefinitionReporter)
Copyright © 2018. All rights reserved.