Uses of Class
org.specrunner.source.text.NamedSentences

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.
 



Copyright © 2015. All rights reserved.