|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Scenario in org.specrunner.source.text |
|---|
| Subclasses of Scenario in org.specrunner.source.text | |
|---|---|
class |
ScenarioOutline
Stand for a scenario outline. |
| Methods in org.specrunner.source.text that return types with arguments of type Scenario | |
|---|---|
List<Scenario> |
Feature.getScenarios()
Get the scenario list. |
| Methods in org.specrunner.source.text with parameters of type Scenario | |
|---|---|
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. |
| Method parameters in org.specrunner.source.text with type arguments of type Scenario | |
|---|---|
void |
Feature.setScenarios(List<Scenario> scenarios)
The scenario list. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||