Deprecated API


Contents
Deprecated Methods
org.jbehave.scenario.reporters.ScenarioReporter.afterStory()
          Use afterStory(boolean) 
org.jbehave.scenario.reporters.ScenarioReporter.beforeStory(Blurb)
          Use beforeStory(StoryDefinition, boolean) 
org.jbehave.scenario.reporters.ScenarioReporter.examplesTable(ExamplesTable)
          Use beforeExamples(List, ExamplesTable) 
org.jbehave.scenario.reporters.ScenarioReporter.examplesTableRow(Map)
          Use example(Map) 
org.jbehave.scenario.steps.StepsConfiguration.getStartingWords()
          Use getStartingWordsByType() 
 

Deprecated Constructors
org.jbehave.scenario.definition.KeyWords(String, String, String, String, String, String, String...)
          Use KeyWords(Map, StringEncoder) 
org.jbehave.scenario.parser.PatternScenarioParser(Configuration)
          Since 2.4, use PatternScenarioParser(KeyWords) 
org.jbehave.scenario.steps.Steps(String...)
          Use Steps(KeyWords) 
org.jbehave.scenario.steps.StepsConfiguration(String...)
          Use StepsConfiguration(KeyWords) 
 



Copyright © 2003-2010. All Rights Reserved.