| Modifier and Type | Class and Description |
|---|---|
class |
Feature
Stand for a feature object.
|
class |
Scenario
Stand for a scenario.
|
class |
ScenarioOutline
Stand for a scenario outline.
|
| Modifier and Type | Method and Description |
|---|---|
NamedSentences |
NamedSentences.addSentence(Sentence sentence)
Add a description.
|
NamedSentences |
NamedSentences.setName(String name)
Set the name.
|
NamedSentences |
NamedSentences.setSentences(List<Sentence> sentences)
Set the sentences list.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
FeaturePresenter.dumpDescription(nu.xom.Element root,
String keyword,
NamedSentences description,
String tag)
Dump description.
|
protected void |
FeatureReaderImpl.readKeyword(BufferedReader reader,
String line,
String keyword,
NamedSentences named)
Read a keyword.
|
Copyright © 2017. All rights reserved.