Uses of Interface
org.jbehave.core.embedder.StoryRunner.State

Packages that use StoryRunner.State
org.jbehave.core.embedder   
 

Uses of StoryRunner.State in org.jbehave.core.embedder
 

Methods in org.jbehave.core.embedder that return StoryRunner.State
 StoryRunner.State StoryRunner.State.run(Step step)
           
 StoryRunner.State StoryManager.runBeforeOrAfterStories(BatchFailures failures, StepCollector.Stage stage)
           
 StoryRunner.State StoryRunner.runBeforeOrAfterStories(Configuration configuration, List<CandidateSteps> candidateSteps, StepCollector.Stage stage)
          Run steps before or after a collection of stories.
 

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)
           
 



Copyright © 2003-2012. All Rights Reserved.