Uses of Class
org.jbehave.core.steps.StepCollector.Stage

Packages that use StepCollector.Stage
org.jbehave.core.embedder   
org.jbehave.core.steps   
 

Uses of StepCollector.Stage in org.jbehave.core.embedder
 

Methods in org.jbehave.core.embedder with parameters of type StepCollector.Stage
 StoryRunner.State StoryRunner.runBeforeOrAfterStories(Configuration configuration, List<CandidateSteps> candidateSteps, StepCollector.Stage stage)
          Run steps before or after a collection of stories.
 

Uses of StepCollector.Stage in org.jbehave.core.steps
 

Methods in org.jbehave.core.steps that return StepCollector.Stage
 StepCollector.Stage BeforeOrAfterStep.getStage()
           
static StepCollector.Stage StepCollector.Stage.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StepCollector.Stage[] StepCollector.Stage.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jbehave.core.steps with parameters of type StepCollector.Stage
 List<Step> StepCollector.collectBeforeOrAfterScenarioSteps(List<CandidateSteps> candidateSteps, Meta storyAndScenarioMeta, StepCollector.Stage stage, ScenarioType type)
          Collects all of the BeforeScenario or AfterScenario steps to execute.
 List<Step> MarkUnmatchedStepsAsPending.collectBeforeOrAfterScenarioSteps(List<CandidateSteps> candidateSteps, Meta storyAndScenarioMeta, StepCollector.Stage stage, ScenarioType type)
           
 List<Step> StepCollector.collectBeforeOrAfterStoriesSteps(List<CandidateSteps> candidateSteps, StepCollector.Stage stage)
          Collects all of the BeforeStories or AfterStories steps to execute.
 List<Step> MarkUnmatchedStepsAsPending.collectBeforeOrAfterStoriesSteps(List<CandidateSteps> candidateSteps, StepCollector.Stage stage)
           
 List<Step> StepCollector.collectBeforeOrAfterStorySteps(List<CandidateSteps> candidateSteps, Story story, StepCollector.Stage stage, boolean givenStory)
          Collects all of the BeforeStory or AfterStory steps to execute.
 List<Step> MarkUnmatchedStepsAsPending.collectBeforeOrAfterStorySteps(List<CandidateSteps> candidateSteps, Story story, StepCollector.Stage stage, boolean givenStory)
           
 

Constructors in org.jbehave.core.steps with parameters of type StepCollector.Stage
BeforeOrAfterStep(StepCollector.Stage stage, Method method, AfterScenario.Outcome outcome, StepCreator stepCreator)
           
BeforeOrAfterStep(StepCollector.Stage stage, Method method, StepCreator stepCreator)
           
 



Copyright © 2003-2012. All Rights Reserved.