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

Uses of Keywords in org.specrunner.source.text
 

Fields in org.specrunner.source.text with type parameters of type Keywords
protected static ICache<String,Keywords> FeatureReaderImpl.cacheKeywords
          The keyword set.
 

Methods in org.specrunner.source.text that return Keywords
 Keywords Feature.getKeywords()
          Get the keywords used.
 

Methods in org.specrunner.source.text with parameters of type Keywords
protected  void FeaturePresenter.dumpExamples(nu.xom.Element root, Keywords words, ScenarioOutline outline, String name)
          Dump the scenario examples.
protected  nu.xom.Node FeaturePresenter.dumpFeature(nu.xom.Element root, Keywords words, Feature feature)
          Dump feature to root node.
protected  String FeaturePresenter.dumpMacro(nu.xom.Element root, Keywords words, Scenario scenario)
          Dump the scenario as a macro from SpecRunner core.
protected  void FeaturePresenter.dumpMultiScenario(nu.xom.Element root, Keywords words, ScenarioOutline scenario)
          Dump scenario outlines.
protected  void FeaturePresenter.dumpScenario(nu.xom.Element root, Keywords words, Scenario scenario)
          Dump a scenario.
 void FeaturePresenter.dumpSingleScenario(nu.xom.Element root, Keywords words, Scenario scenario)
          Dump a scenario without examples.
protected  void FeatureReaderImpl.readFeatureDescription(BufferedReader reader, String line, Keywords words, Feature feature)
          Read feature description.
 void Feature.setKeywords(Keywords keywords)
          Set the keywords used.
 



Copyright © 2015. All rights reserved.