Package org.jbehave.core.parsers
Interface StoryParser
-
- All Known Implementing Classes:
RegexStoryParser,TransformingStoryParser
public interface StoryParserParses the stories contained in a story from a textual representation.
-
-
Method Summary
Modifier and Type Method Description StoryparseStory(String storyAsText)Parses story from its textual representationStoryparseStory(String storyAsText, String storyPath)Parses story from its textual representation and (optional) story path
-