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

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

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

Methods in org.jbehave.core.steps that return StepCollector.Stage
static StepCollector.Stage StepCollector.Stage.valueOf(java.lang.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
 java.util.List<Step> StepCollector.collectStepsFrom(java.util.List<CandidateSteps> candidateSteps, Story story, StepCollector.Stage stage, boolean givenStory)
           
 java.util.List<Step> MarkUnmatchedStepsAsPending.collectStepsFrom(java.util.List<CandidateSteps> candidateSteps, Story story, StepCollector.Stage stage, boolean givenStory)
           
 



Copyright © 2003-2010. All Rights Reserved.