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 StoryRunner.runBeforeOrAfterStories(Configuration configuration, java.util.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
protected  Embedder.EnqueuedStory Embedder.enqueuedStory(EmbedderControls embedderControls, Configuration configuration, InjectableStepsFactory stepsFactory, BatchFailures batchFailures, MetaFilter filter, java.lang.String storyPath, Story story, StoryRunner.State beforeStories)
           
 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.
 

Constructors in org.jbehave.core.embedder with parameters of type StoryRunner.State
Embedder.EnqueuedStory(java.lang.String storyPath, Configuration configuration, InjectableStepsFactory stepsFactory, Story story, MetaFilter filter, EmbedderControls embedderControls, BatchFailures batchFailures, EmbedderMonitor embedderMonitor, StoryRunner storyRunner, StoryRunner.State beforeStories)
           
Embedder.EnqueuedStory(java.lang.String storyPath, Configuration configuration, java.util.List<CandidateSteps> candidateSteps, Story story, MetaFilter filter, EmbedderControls embedderControls, BatchFailures batchFailures, EmbedderMonitor embedderMonitor, StoryRunner storyRunner, StoryRunner.State beforeStories)
           
 



Copyright © 2003-2011. All Rights Reserved.