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

Uses of Sentence in org.specrunner.source.text
 

Fields in org.specrunner.source.text with type parameters of type Sentence
protected  List<Sentence> NamedSentences.sentences
          Sentences set.
 

Methods in org.specrunner.source.text that return types with arguments of type Sentence
 List<Sentence> Feature.getBackground()
          The background list.
 List<Sentence> Feature.getFinallys()
          The ending list.
 List<Sentence> NamedSentences.getSentences()
          Get the list of sentences.
 

Methods in org.specrunner.source.text with parameters of type Sentence
 Feature Feature.addBackground(Sentence background)
          Add a background sentence.
 Feature Feature.addFinallys(Sentence finallys)
          Add an ending sentence.
 NamedSentences NamedSentences.addSentence(Sentence sentence)
          Add a description.
 

Method parameters in org.specrunner.source.text with type arguments of type Sentence
protected  void FeaturePresenter.dumpExecutableList(nu.xom.Element root, List<Sentence> list, boolean replace)
          Dump an executable list.
protected  void FeaturePresenter.dumpList(nu.xom.Element root, List<Sentence> list)
          Dump a list.
protected  String FeatureReaderImpl.readNextGroup(BufferedReader reader, String line, List<Sentence> group)
          Read next group.
 void Feature.setBackground(List<Sentence> background)
          Set the background list.
 void Feature.setFinallys(List<Sentence> finallys)
          Set the ending list.
 NamedSentences NamedSentences.setSentences(List<Sentence> sentences)
          Set the sentences list.
 



Copyright © 2015. All rights reserved.