Uses of Interface
org.jbehave.core.parsers.StoryParser
-
Packages that use StoryParser Package Description org.jbehave.core.annotations org.jbehave.core.configuration org.jbehave.core.parsers -
-
Uses of StoryParser in org.jbehave.core.annotations
Methods in org.jbehave.core.annotations that return types with arguments of type StoryParser Modifier and Type Method Description Class<? extends StoryParser>
storyParser()
-
Uses of StoryParser in org.jbehave.core.configuration
Fields in org.jbehave.core.configuration declared as StoryParser Modifier and Type Field Description protected StoryParser
Configuration. storyParser
Parses the textual representation via pattern matching of keywordsMethods in org.jbehave.core.configuration that return StoryParser Modifier and Type Method Description StoryParser
Configuration. storyParser()
StoryParser
UnmodifiableConfiguration. storyParser()
Methods in org.jbehave.core.configuration with parameters of type StoryParser Modifier and Type Method Description Configuration
Configuration. useStoryParser(StoryParser storyParser)
Configuration
UnmodifiableConfiguration. useStoryParser(StoryParser storyParser)
-
Uses of StoryParser in org.jbehave.core.parsers
Classes in org.jbehave.core.parsers that implement StoryParser Modifier and Type Class Description class
RegexStoryParser
Pattern-based story parser, which uses the keywords provided to parse the textual story into aStory
.class
TransformingStoryParser
Constructors in org.jbehave.core.parsers with parameters of type StoryParser Constructor Description TransformingStoryParser(StoryParser delegate, StoryTransformer... transformers)
-