| Methods in org.jbehave.core.embedder with parameters of type StoryRunner.State |
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)
|