Package org.jbehave.core.parsers

Interface Summary
StepMatcher A step matcher is responsible for matching steps against a given step pattern and extracting the parameters for the step
StepPatternParser Parses a step pattern, as provided in the method annotations, creating a StepMatcher which will in turn match textual steps conforming to the pattern.
StoryParser Parses the stories contained in a story from a textual representation.
 

Class Summary
RegexPrefixCapturingPatternParser A step pattern parser that provides a step matcher which will capture parameters starting with the given prefix in any matching step.
RegexStepMatcher  
RegexStoryParser Pattern-based story parser, which uses the keywords provided to parse the textual story into a Story.
 



Copyright © 2003-2011. All Rights Reserved.