Interface | Description |
---|---|
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.
|
StoryTransformer |
Class | Description |
---|---|
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 . |
TransformingStoryParser |
Copyright © 2003-2014. All Rights Reserved.