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

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

Uses of CandidateSteps in org.jbehave.core
 

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

Methods in org.jbehave.core with parameters of type CandidateSteps
 void RunnableStory.addSteps(CandidateSteps... steps)
          Adds CandidateSteps instances used by the Embedder
 void AbstractStory.addSteps(CandidateSteps... steps)
           
 

Method parameters in org.jbehave.core with type arguments of type CandidateSteps
 void RunnableStory.addSteps(java.util.List<CandidateSteps> steps)
          Adds CandidateSteps instances used by the Embedder
 void AbstractStory.addSteps(java.util.List<CandidateSteps> steps)
           
 

Uses of CandidateSteps in org.jbehave.core.embedder
 

Methods in org.jbehave.core.embedder that return types with arguments of type CandidateSteps
 java.util.List<CandidateSteps> Embedder.candidateSteps()
           
 

Method parameters in org.jbehave.core.embedder with type arguments of type CandidateSteps
 void StoryRunner.run(Configuration configuration, java.util.List<CandidateSteps> candidateSteps, java.lang.Class<? extends RunnableStory> storyClass)
           
 void StoryRunner.run(Configuration configuration, java.util.List<CandidateSteps> candidateSteps, Story story)
           
 void StoryRunner.run(Configuration configuration, java.util.List<CandidateSteps> candidateSteps, Story story, boolean givenStory)
           
 void StoryRunner.run(Configuration configuration, java.util.List<CandidateSteps> candidateSteps, java.lang.String storyPath)
           
 void StoryRunner.run(Configuration configuration, java.util.List<CandidateSteps> candidateSteps, java.lang.String storyPath, boolean givenStory)
           
 void Embedder.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
           Implementation of CandidateSteps which provides access to the candidate steps that match the story you want to run.
 

Methods in org.jbehave.core.steps that return CandidateSteps
 CandidateSteps Stepdoc.getCandidateSteps()
           
 

Methods in org.jbehave.core.steps that return types with arguments of type CandidateSteps
 java.util.List<CandidateSteps> InstanceStepsFactory.createCandidateSteps()
           
 java.util.List<CandidateSteps> InjectableStepsFactory.createCandidateSteps()
           
 

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<CandidateStep> CandidateStepFinder.collectAndPrioritise(java.util.List<CandidateSteps> candidateSteps)
           
 java.util.List<Step> StepCollector.collectStepsFrom(java.util.List<CandidateSteps> candidateSteps, Scenario scenario, java.util.Map<java.lang.String,java.lang.String> tableRow)
           
 java.util.List<Step> MarkUnmatchedStepsAsPending.collectStepsFrom(java.util.List<CandidateSteps> candidateSteps, Scenario scenario, java.util.Map<java.lang.String,java.lang.String> tableRow)
           
 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)
           
 java.util.List<CandidateStep> CandidateStepFinder.findMatching(java.lang.String stepAsString, java.util.List<CandidateSteps> candidateSteps)
           
 java.util.List<java.lang.Object> CandidateStepFinder.stepsInstances(java.util.List<CandidateSteps> candidateSteps)
           
 

Constructors in org.jbehave.core.steps with parameters of type CandidateSteps
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.