Uses of Interface
org.jbehave.core.parsers.StoryParser
-
Uses of StoryParser in org.jbehave.core.configuration
Modifier and TypeFieldDescriptionprotected StoryParser
Configuration.storyParser
Parses the textual representation via pattern matching of keywordsModifier and TypeMethodDescriptionConfiguration.storyParser()
UnmodifiableConfiguration.storyParser()
Modifier and TypeMethodDescriptionConfiguration.useStoryParser
(StoryParser storyParser) UnmodifiableConfiguration.useStoryParser
(StoryParser storyParser) -
Uses of StoryParser in org.jbehave.core.parsers
Modifier and TypeClassDescriptionclass
Pattern-based story parser, which uses the keywords provided to parse the textual story into aStory
.class
ModifierConstructorDescriptionTransformingStoryParser
(StoryParser delegate, StoryTransformer... transformers)