public class Runner
extends java.lang.Object
implements cucumber.runtime.UnreportedStepExecutor
| Constructor and Description |
|---|
Runner(cucumber.runtime.Glue glue,
EventBus bus,
java.util.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) |
void |
runUnreportedStep(java.lang.String featurePath,
java.lang.String language,
java.lang.String stepName,
int line,
java.util.List<gherkin.pickles.PickleRow> dataTableRows,
gherkin.pickles.PickleString docString) |
public Runner(cucumber.runtime.Glue glue,
EventBus bus,
java.util.Collection<? extends cucumber.runtime.Backend> backends,
cucumber.runtime.RuntimeOptions runtimeOptions)
public void runUnreportedStep(java.lang.String featurePath,
java.lang.String language,
java.lang.String stepName,
int line,
java.util.List<gherkin.pickles.PickleRow> dataTableRows,
gherkin.pickles.PickleString docString)
throws java.lang.Throwable
runUnreportedStep in interface cucumber.runtime.UnreportedStepExecutorjava.lang.Throwablepublic void runPickle(gherkin.events.PickleEvent pickle)
public cucumber.runtime.Glue getGlue()
public void reportStepDefinitions(StepDefinitionReporter stepDefinitionReporter)
Copyright © 2017. All Rights Reserved.