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