Package | Description |
---|---|
org.jbehave.core.embedder |
Modifier and Type | Method and Description |
---|---|
StoryRunner.State |
StoryRunner.State.run(Step step) |
StoryRunner.State |
StoryManager.runBeforeOrAfterStories(BatchFailures failures,
StepCollector.Stage stage) |
StoryRunner.State |
StoryRunner.runBeforeOrAfterStories(Configuration configuration,
java.util.List<CandidateSteps> candidateSteps,
StepCollector.Stage stage)
Run steps before or after a collection of stories.
|
Modifier and Type | Method and Description |
---|---|
boolean |
StoryRunner.failed(StoryRunner.State state) |
java.lang.Throwable |
StoryRunner.failure(StoryRunner.State state) |
void |
StoryRunner.run(Configuration configuration,
InjectableStepsFactory stepsFactory,
Story story,
MetaFilter filter,
StoryRunner.State beforeStories)
Runs a Story with the given steps factory, applying the given meta
filter, and staring from given state.
|
void |
StoryRunner.run(Configuration configuration,
java.util.List<CandidateSteps> candidateSteps,
Story story,
MetaFilter filter,
StoryRunner.State beforeStories)
Runs a Story with the given configuration and steps, applying the given
meta filter, and staring from given state.
|
java.util.Map<java.lang.String,StoryManager.RunningStory> |
StoryManager.runningStories(java.util.List<Story> stories,
MetaFilter filter,
StoryRunner.State beforeStories) |
java.util.Map<java.lang.String,StoryManager.RunningStory> |
StoryManager.runningStoriesAsPaths(java.util.List<java.lang.String> storyPaths,
MetaFilter filter,
StoryRunner.State beforeStories) |
StoryManager.RunningStory |
StoryManager.runningStory(java.lang.String storyPath,
Story story,
MetaFilter filter,
StoryRunner.State beforeStories) |
Copyright © 2003-2014. All Rights Reserved.