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

Packages that use CandidateSteps
org.jbehave.core   
org.jbehave.core.configuration   
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
 java.util.List<CandidateSteps> ConfigurableEmbedder.candidateSteps()
           
 

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

Method parameters in org.jbehave.core with type arguments of type CandidateSteps
 void ConfigurableEmbedder.addSteps(java.util.List<CandidateSteps> steps)
           
 

Uses of CandidateSteps in org.jbehave.core.configuration
 

Methods in org.jbehave.core.configuration that return types with arguments of type CandidateSteps
 java.util.List<CandidateSteps> AnnotationBuilder.buildCandidateSteps()
          Builds CandidateSteps using annotation UsingSteps found in the annotated object instance and using the configuration build by AnnotationBuilder.buildConfiguration()
 java.util.List<CandidateSteps> AnnotationBuilder.buildCandidateSteps(Configuration configuration)
          Builds CandidateSteps using annotation UsingSteps found in the annotated object instance and the configuration provided
 

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, Story story)
          Runs a Story with the given configuration and steps.
 void StoryRunner.runBeforeOrAfterStories(Configuration configuration, java.util.List<CandidateSteps> candidateSteps, StepCollector.Stage stage)
          Run steps before or after a collection of stories.
 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
           Default implementation of CandidateSteps which provides the step candidates that match the steps being run.
 

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

Method parameters in org.jbehave.core.steps with type arguments of type CandidateSteps
 java.util.List<Step> StepCollector.collectBeforeOrAfterStoriesSteps(java.util.List<CandidateSteps> candidateSteps, StepCollector.Stage stage)
           
 java.util.List<Step> MarkUnmatchedStepsAsPending.collectBeforeOrAfterStoriesSteps(java.util.List<CandidateSteps> candidateSteps, StepCollector.Stage stage)
           
 java.util.List<Step> StepCollector.collectBeforeOrAfterStorySteps(java.util.List<CandidateSteps> candidateSteps, Story story, StepCollector.Stage stage, boolean givenStory)
           
 java.util.List<Step> MarkUnmatchedStepsAsPending.collectBeforeOrAfterStorySteps(java.util.List<CandidateSteps> candidateSteps, Story story, StepCollector.Stage stage, boolean givenStory)
           
 java.util.List<StepCandidate> StepFinder.collectCandidates(java.util.List<CandidateSteps> candidateSteps)
          Collects a list of step candidates from CandidateSteps instances.
 java.util.List<Step> StepCollector.collectScenarioSteps(java.util.List<CandidateSteps> candidateSteps, Scenario scenario, java.util.Map<java.lang.String,java.lang.String> tableRow)
           
 java.util.List<Step> MarkUnmatchedStepsAsPending.collectScenarioSteps(java.util.List<CandidateSteps> candidateSteps, Scenario scenario, java.util.Map<java.lang.String,java.lang.String> tableRow)
           
 java.util.List<Stepdoc> StepFinder.findMatching(java.lang.String stepAsText, java.util.List<CandidateSteps> candidateSteps)
          Finds matching steps, represented as Stepdocs, for a given textual step and a list of CandidateSteps.
 java.util.List<Stepdoc> StepFinder.stepdocs(java.util.List<CandidateSteps> candidateSteps)
          Returns the stepdocs for the candidates collected from the given CandidateSteps.
 java.util.List<java.lang.Object> StepFinder.stepsInstances(java.util.List<CandidateSteps> candidateSteps)
          Returns the steps instances associated to CandidateSteps
 



Copyright © 2003-2010. All Rights Reserved.