Uses of Interface
org.jbehave.core.parsers.StoryParser
Packages that use StoryParser
-
Uses of StoryParser in org.jbehave.core.configuration
Fields in org.jbehave.core.configuration declared as StoryParserModifier and TypeFieldDescriptionprotected StoryParserConfiguration.storyParserParses the textual representation via pattern matching of keywordsMethods in org.jbehave.core.configuration that return StoryParserModifier and TypeMethodDescriptionConfiguration.storyParser()UnmodifiableConfiguration.storyParser()Methods in org.jbehave.core.configuration with parameters of type StoryParserModifier and TypeMethodDescriptionConfiguration.useStoryParser(StoryParser storyParser) UnmodifiableConfiguration.useStoryParser(StoryParser storyParser) -
Uses of StoryParser in org.jbehave.core.parsers
Classes in org.jbehave.core.parsers that implement StoryParserModifier and TypeClassDescriptionclassPattern-based story parser, which uses the keywords provided to parse the textual story into aStory.classConstructors in org.jbehave.core.parsers with parameters of type StoryParserModifierConstructorDescriptionTransformingStoryParser(StoryParser delegate, StoryTransformer... transformers)