|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of NamedSentences in org.specrunner.source.text |
|---|
| Subclasses of NamedSentences in org.specrunner.source.text | |
|---|---|
class |
Feature
Stand for a feature object. |
class |
Scenario
Stand for a scenario. |
class |
ScenarioOutline
Stand for a scenario outline. |
| Methods in org.specrunner.source.text that return NamedSentences | |
|---|---|
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. |
| Methods in org.specrunner.source.text with parameters of type NamedSentences | |
|---|---|
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. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||