Methods in org.jbehave.core.embedder with parameters of type StoryRunner.State |
boolean |
StoryRunner.failed(StoryRunner.State state)
|
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,
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. |
Map<String,StoryManager.RunningStory> |
StoryManager.runningStories(List<Story> stories,
MetaFilter filter,
StoryRunner.State beforeStories)
|
Map<String,StoryManager.RunningStory> |
StoryManager.runningStoriesAsPaths(List<String> storyPaths,
MetaFilter filter,
StoryRunner.State beforeStories)
|
StoryManager.RunningStory |
StoryManager.runningStory(String storyPath,
Story story,
MetaFilter filter,
StoryRunner.State beforeStories)
|