|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Story | |
---|---|
org.jbehave.core.embedder | |
org.jbehave.core.parsers | |
org.jbehave.core.reporters | |
org.jbehave.core.steps |
Uses of Story in org.jbehave.core.embedder |
---|
Methods in org.jbehave.core.embedder that return Story | |
---|---|
Story |
StoryRunner.storyOfPath(Configuration configuration,
java.lang.String storyPath)
|
Methods in org.jbehave.core.embedder with parameters of type Story | |
---|---|
void |
StoryRunner.run(Configuration configuration,
java.util.List<CandidateSteps> candidateSteps,
Story story)
Runs a Story with the given configuration and steps. |
Uses of Story in org.jbehave.core.parsers |
---|
Methods in org.jbehave.core.parsers that return Story | |
---|---|
Story |
StoryParser.parseStory(java.lang.String storyAsText)
Parses story from its textual representation |
Story |
RegexStoryParser.parseStory(java.lang.String storyAsText)
|
Story |
StoryParser.parseStory(java.lang.String storyAsText,
java.lang.String storyPath)
Parses story from its textual representation and (optional) story path |
Story |
RegexStoryParser.parseStory(java.lang.String storyAsText,
java.lang.String storyPath)
|
Uses of Story in org.jbehave.core.reporters |
---|
Methods in org.jbehave.core.reporters with parameters of type Story | |
---|---|
void |
StoryReporter.beforeStory(Story story,
boolean givenStory)
|
void |
StepFailureDecorator.beforeStory(Story story,
boolean givenStory)
|
void |
SilentSuccessFilter.beforeStory(Story story,
boolean givenStory)
|
void |
PrintStreamOutput.beforeStory(Story story,
boolean givenStory)
|
void |
PostStoryStatisticsCollector.beforeStory(Story story,
boolean givenStory)
|
void |
DelegatingStoryReporter.beforeStory(Story story,
boolean givenStory)
|
Uses of Story in org.jbehave.core.steps |
---|
Methods in org.jbehave.core.steps with parameters of type Story | |
---|---|
java.util.List<Step> |
StepCollector.collectBeforeOrAfterStorySteps(java.util.List<CandidateSteps> candidateSteps,
Story story,
StepCollector.Stage stage,
boolean givenStory)
|
java.util.List<Step> |
MarkUnmatchedStepsAsPending.collectBeforeOrAfterStorySteps(java.util.List<CandidateSteps> candidateSteps,
Story story,
StepCollector.Stage stage,
boolean givenStory)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |