public class ExtendedCucumberBackground
extends cucumber.runtime.model.CucumberBackground
| Modifier and Type | Field and Description |
|---|---|
private cucumber.runtime.model.CucumberFeature |
cucumberFeature |
private gherkin.formatter.model.BasicStatement |
statement |
| Constructor and Description |
|---|
ExtendedCucumberBackground(cucumber.runtime.model.CucumberFeature cucumberFeatureValue,
gherkin.formatter.model.Background backgroundValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
format(gherkin.formatter.Formatter formatter) |
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 cucumber.runtime.model.CucumberFeature cucumberFeature
private final gherkin.formatter.model.BasicStatement statement
public ExtendedCucumberBackground(cucumber.runtime.model.CucumberFeature cucumberFeatureValue,
gherkin.formatter.model.Background backgroundValue)
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.