org.jbehave.scenario.parser
Class PatternScenarioParser

java.lang.Object
  extended by org.jbehave.scenario.parser.PatternScenarioParser
All Implemented Interfaces:
ScenarioParser

public class PatternScenarioParser
extends java.lang.Object
implements ScenarioParser

Pattern-based scenario parser, which uses the configured keywords to find the steps in the text scenarios.


Constructor Summary
PatternScenarioParser()
           
PatternScenarioParser(Configuration configuration)
           
 
Method Summary
 StoryDefinition defineStoryFrom(java.lang.String wholeStoryAsString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatternScenarioParser

public PatternScenarioParser()

PatternScenarioParser

public PatternScenarioParser(Configuration configuration)
Method Detail

defineStoryFrom

public StoryDefinition defineStoryFrom(java.lang.String wholeStoryAsString)
Specified by:
defineStoryFrom in interface ScenarioParser


Copyright © 2003-2008. All Rights Reserved.