public class ExtendedCucumberScenario
extends cucumber.runtime.model.CucumberScenario
| Modifier and Type | Field and Description |
|---|---|
private ExtendedCucumberBackground |
cucumberBackground |
private cucumber.runtime.model.CucumberFeature |
cucumberFeature |
private gherkin.formatter.model.Scenario |
scenario |
private gherkin.formatter.model.BasicStatement |
statement |
| Constructor and Description |
|---|
ExtendedCucumberScenario(cucumber.runtime.model.CucumberFeature cucumberFeatureValue,
ExtendedCucumberBackground cucumberBackgroundValue,
gherkin.formatter.model.Scenario scenarioValue) |
ExtendedCucumberScenario(cucumber.runtime.model.CucumberFeature cucumberFeatureValue,
ExtendedCucumberBackground cucumberBackgroundValue,
gherkin.formatter.model.Scenario exampleScenario,
gherkin.formatter.model.Row example) |
| Modifier and Type | Method and Description |
|---|---|
private String |
createScenarioDesignation() |
void |
format(gherkin.formatter.Formatter formatter) |
void |
run(gherkin.formatter.Formatter formatter,
gherkin.formatter.Reporter reporter,
cucumber.runtime.Runtime runtime) |
private void |
runBackground(gherkin.formatter.Formatter formatter,
gherkin.formatter.Reporter reporter,
cucumber.runtime.Runtime runtime) |
void |
runStep(gherkin.formatter.model.Step step,
gherkin.formatter.Reporter reporter,
cucumber.runtime.Runtime runtime) |
void |
runSteps(gherkin.formatter.Reporter reporter,
cucumber.runtime.Runtime runtime) |
private final ExtendedCucumberBackground cucumberBackground
private final gherkin.formatter.model.Scenario scenario
private final cucumber.runtime.model.CucumberFeature cucumberFeature
private final gherkin.formatter.model.BasicStatement statement
public ExtendedCucumberScenario(cucumber.runtime.model.CucumberFeature cucumberFeatureValue,
ExtendedCucumberBackground cucumberBackgroundValue,
gherkin.formatter.model.Scenario scenarioValue)
public ExtendedCucumberScenario(cucumber.runtime.model.CucumberFeature cucumberFeatureValue,
ExtendedCucumberBackground cucumberBackgroundValue,
gherkin.formatter.model.Scenario exampleScenario,
gherkin.formatter.model.Row example)
public void run(gherkin.formatter.Formatter formatter,
gherkin.formatter.Reporter reporter,
cucumber.runtime.Runtime runtime)
run in class cucumber.runtime.model.CucumberScenarioprivate String createScenarioDesignation()
private void runBackground(gherkin.formatter.Formatter formatter,
gherkin.formatter.Reporter reporter,
cucumber.runtime.Runtime runtime)
public void format(gherkin.formatter.Formatter formatter)
public void runSteps(gherkin.formatter.Reporter reporter,
cucumber.runtime.Runtime runtime)
public void runStep(gherkin.formatter.model.Step step,
gherkin.formatter.Reporter reporter,
cucumber.runtime.Runtime runtime)
Copyright © 2013-2016. All Rights Reserved.