Uses of Class
org.jbehave.core.steps.CandidateStep

Packages that use CandidateStep
org.jbehave.core.steps   
 

Uses of CandidateStep in org.jbehave.core.steps
 

Methods in org.jbehave.core.steps that return CandidateStep
protected  CandidateStep Steps.createCandidateStep(java.lang.reflect.Method method, StepType stepType, java.lang.String stepPatternAsString, int priority, StepsConfiguration configuration)
           
 CandidateStep[] Steps.getSteps()
           
 CandidateStep[] CandidateSteps.getSteps()
          Return all the candidate steps that can be performed by the implementing class
 CandidateStep[] Steps.getSteps(java.lang.Class<?> stepsClass)
           
 CandidateStep[] CandidateSteps.getSteps(java.lang.Class<?> stepsClass)
          Return all the candidate steps that can be performed by the given class
 



Copyright © 2003-2010. All Rights Reserved.