Uses of Interface
org.jbehave.core.steps.CandidateSteps

Packages that use CandidateSteps
org.jbehave.core   
org.jbehave.core.steps   
 

Uses of CandidateSteps in org.jbehave.core
 

Fields in org.jbehave.core with type parameters of type CandidateSteps
protected  java.util.List<CandidateSteps> AbstractStory.candidateSteps
           
 

Methods in org.jbehave.core that return types with arguments of type CandidateSteps
 java.util.List<CandidateSteps> StoryEmbedder.candidateSteps()
           
 java.util.List<CandidateSteps> RunnableStory.getSteps()
           
 java.util.List<CandidateSteps> AbstractStory.getSteps()
           
 

Methods in org.jbehave.core with parameters of type CandidateSteps
 void RunnableStory.addSteps(CandidateSteps... steps)
           
 void AbstractStory.addSteps(CandidateSteps... steps)
           
 

Method parameters in org.jbehave.core with type arguments of type CandidateSteps
 void StoryRunner.run(StoryConfiguration configuration, java.util.List<CandidateSteps> candidateSteps, java.lang.Class<? extends RunnableStory> storyClass)
           
 void StoryRunner.run(StoryConfiguration configuration, java.util.List<CandidateSteps> candidateSteps, Story story)
           
 void StoryRunner.run(StoryConfiguration configuration, java.util.List<CandidateSteps> candidateSteps, Story story, boolean embeddedStory)
           
 void StoryRunner.run(StoryConfiguration configuration, java.util.List<CandidateSteps> candidateSteps, java.lang.String storyPath)
           
 void StoryRunner.run(StoryConfiguration configuration, java.util.List<CandidateSteps> candidateSteps, java.lang.String storyPath, boolean embeddedStory)
           
 void StoryEmbedder.useCandidateSteps(java.util.List<CandidateSteps> candidateSteps)
           
 

Uses of CandidateSteps in org.jbehave.core.steps
 

Classes in org.jbehave.core.steps that implement CandidateSteps
 class Steps
           Default implementation of CandidateSteps which provides access to the model of candidate steps that match the core you want to run.
 

Methods in org.jbehave.core.steps that return CandidateSteps
 CandidateSteps[] StepsFactory.createCandidateSteps(java.lang.Object... stepsInstances)
           
 CandidateSteps Stepdoc.getCandidateSteps()
           
 

Methods in org.jbehave.core.steps with parameters of type CandidateSteps
 java.util.List<Stepdoc> StepdocGenerator.generate(CandidateSteps... steps)
           
 java.util.List<Stepdoc> DefaultStepdocGenerator.generate(CandidateSteps... steps)
           
 

Method parameters in org.jbehave.core.steps with type arguments of type CandidateSteps
 java.util.List<Step> StepCreator.createStepsFrom(java.util.List<CandidateSteps> candidateSteps, Scenario scenario, java.util.Map<java.lang.String,java.lang.String> tableRow)
           
 java.util.List<Step> MarkUnmatchedStepsAsPending.createStepsFrom(java.util.List<CandidateSteps> candidateSteps, Scenario scenario, java.util.Map<java.lang.String,java.lang.String> tableRow)
           
 java.util.List<Step> StepCreator.createStepsFrom(java.util.List<CandidateSteps> candidateSteps, Story story, StepCreator.Stage stage, boolean embeddedStory)
           
 java.util.List<Step> MarkUnmatchedStepsAsPending.createStepsFrom(java.util.List<CandidateSteps> candidateSteps, Story story, StepCreator.Stage stage, boolean embeddedStory)
           
 

Constructors in org.jbehave.core.steps with parameters of type CandidateSteps
CandidateStep(java.lang.String patternAsString, int priority, StepType stepType, java.lang.reflect.Method method, CandidateSteps steps, StepPatternBuilder patternBuilder, ParameterConverters parameterConverters, java.util.Map<StepType,java.lang.String> startingWords)
           
Stepdoc(java.lang.Class<? extends java.lang.annotation.Annotation> annotation, java.lang.String pattern, java.lang.String[] aliasPatterns, java.lang.reflect.Method method, CandidateSteps candidateSteps)
           
 



Copyright © 2003-2010. All Rights Reserved.