| Modifier and Type | Class and Description |
|---|---|
class |
ScenarioOutline
Stand for a scenario outline.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Scenario> |
Feature.scenarios
List of scenarios.
|
| Modifier and Type | Method and Description |
|---|---|
List<Scenario> |
Feature.getScenarios()
Get the scenario list.
|
| Modifier and Type | Method and Description |
|---|---|
Feature |
Feature.add(Scenario scenario)
Add a scenario to the feature.
|
protected String |
FeaturePresenter.dumpMacro(nu.xom.Element root,
Keywords words,
Scenario scenario)
Dump the scenario as a macro from SpecRunner core.
|
protected void |
FeaturePresenter.dumpScenario(nu.xom.Element root,
Keywords words,
Scenario scenario)
Dump a scenario.
|
void |
FeaturePresenter.dumpSingleScenario(nu.xom.Element root,
Keywords words,
Scenario scenario)
Dump a scenario without examples.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Feature.setScenarios(List<Scenario> scenarios)
The scenario list.
|
Copyright © 2017. All rights reserved.