|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcucumber.runtime.model.StepContainer
cucumber.runtime.model.CucumberTagStatement
cucumber.runtime.model.CucumberScenario
public class CucumberScenario
| Field Summary |
|---|
| Fields inherited from class cucumber.runtime.model.CucumberTagStatement |
|---|
tagStatement |
| Fields inherited from class cucumber.runtime.model.StepContainer |
|---|
cucumberFeature |
| Constructor Summary | |
|---|---|
CucumberScenario(CucumberFeature cucumberFeature,
CucumberBackground cucumberBackground,
gherkin.formatter.model.Scenario scenario)
|
|
CucumberScenario(CucumberFeature cucumberFeature,
CucumberBackground cucumberBackground,
gherkin.formatter.model.Scenario exampleScenario,
gherkin.formatter.model.Row example)
|
|
| Method Summary | |
|---|---|
CucumberBackground |
getCucumberBackground()
|
void |
run(gherkin.formatter.Formatter formatter,
gherkin.formatter.Reporter reporter,
Runtime runtime)
This method is called when Cucumber is run from the CLI, but not when run from JUnit |
| Methods inherited from class cucumber.runtime.model.CucumberTagStatement |
|---|
getVisualName, tagsAndInheritedTags |
| Methods inherited from class cucumber.runtime.model.StepContainer |
|---|
format, getSteps, runStep, runSteps, step |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CucumberScenario(CucumberFeature cucumberFeature,
CucumberBackground cucumberBackground,
gherkin.formatter.model.Scenario scenario)
public CucumberScenario(CucumberFeature cucumberFeature,
CucumberBackground cucumberBackground,
gherkin.formatter.model.Scenario exampleScenario,
gherkin.formatter.model.Row example)
| Method Detail |
|---|
public CucumberBackground getCucumberBackground()
public void run(gherkin.formatter.Formatter formatter,
gherkin.formatter.Reporter reporter,
Runtime runtime)
run in class CucumberTagStatement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||