| Modifier and Type | Field and Description |
|---|---|
protected Feature |
Scenario.parent
The parent feature.
|
| Modifier and Type | Method and Description |
|---|---|
Feature |
Feature.add(Scenario scenario)
Add a scenario to the feature.
|
Feature |
Feature.addBackground(Sentence background)
Add a background sentence.
|
Feature |
Feature.addFinallys(Sentence finallys)
Add an ending sentence.
|
Feature |
Scenario.getParent()
Get the feature parent.
|
Feature |
IFeatureReader.load(InputStream in,
String encoding)
Read feature from load.
|
Feature |
FeatureReaderImpl.load(InputStream in,
String encoding) |
| Modifier and Type | Method and Description |
|---|---|
protected nu.xom.Node |
FeaturePresenter.dumpFeature(nu.xom.Element root,
Keywords words,
Feature feature)
Dump feature to root node.
|
protected void |
FeatureReaderImpl.readFeatureDescription(BufferedReader reader,
String line,
Keywords words,
Feature feature)
Read feature description.
|
void |
Scenario.setParent(Feature parent)
Set the parent.
|
Copyright © 2017. All rights reserved.