Package | Description |
---|---|
org.jbehave.core.configuration | |
org.jbehave.core.parsers |
Modifier and Type | Method and Description |
---|---|
StoryParser |
UnmodifiableConfiguration.storyParser() |
StoryParser |
Configuration.storyParser() |
Modifier and Type | Method and Description |
---|---|
Configuration |
UnmodifiableConfiguration.useStoryParser(StoryParser storyParser) |
Configuration |
Configuration.useStoryParser(StoryParser storyParser) |
Modifier and Type | Class and Description |
---|---|
class |
RegexStoryParser
Pattern-based story parser, which uses the keywords provided to parse the
textual story into a
Story . |
class |
TransformingStoryParser |
Constructor and Description |
---|
TransformingStoryParser(StoryParser delegate,
StoryTransformer... transformers) |
Copyright © 2003-2014. All Rights Reserved.