| Modifier and Type | Field and Description |
|---|---|
protected Keywords |
Feature.keywords
Keyword set.
|
| Modifier and Type | Field and Description |
|---|---|
protected static ICache<String,Keywords> |
FeatureReaderImpl.cacheKeywords
The keyword set.
|
| Modifier and Type | Method and Description |
|---|---|
Keywords |
Feature.getKeywords()
Get the keywords used.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
FeaturePresenter.dumpExamples(nu.xom.Element root,
Keywords words,
ScenarioOutline outline,
String name)
Dump the scenario examples.
|
protected nu.xom.Node |
FeaturePresenter.dumpFeature(nu.xom.Element root,
Keywords words,
Feature feature)
Dump feature to root node.
|
protected String |
FeaturePresenter.dumpMacro(nu.xom.Element root,
Keywords words,
Scenario scenario)
Dump the scenario as a macro from SpecRunner core.
|
protected void |
FeaturePresenter.dumpMultiScenario(nu.xom.Element root,
Keywords words,
ScenarioOutline scenario)
Dump scenario outlines.
|
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.
|
protected void |
FeatureReaderImpl.readFeatureDescription(BufferedReader reader,
String line,
Keywords words,
Feature feature)
Read feature description.
|
void |
Feature.setKeywords(Keywords keywords)
Set the keywords used.
|
Copyright © 2017. All rights reserved.