org.jbehave.core.steps
Interface StepCollector

All Known Implementing Classes:
MarkUnmatchedStepsAsPending

public interface StepCollector

Represents the strategy for the collection of executable Steps from a given story or scenario matching a list of CandidateSteps.


Nested Class Summary
static class StepCollector.Stage
           
 
Method Summary
 java.util.List<Step> collectBeforeOrAfterStoriesSteps(java.util.List<CandidateSteps> candidateSteps, StepCollector.Stage stage)
           
 java.util.List<Step> collectBeforeOrAfterStorySteps(java.util.List<CandidateSteps> candidateSteps, Story story, StepCollector.Stage stage, boolean givenStory)
           
 java.util.List<Step> collectScenarioSteps(java.util.List<CandidateSteps> candidateSteps, Scenario scenario, java.util.Map<java.lang.String,java.lang.String> tableRow)
           
 

Method Detail

collectBeforeOrAfterStoriesSteps

java.util.List<Step> collectBeforeOrAfterStoriesSteps(java.util.List<CandidateSteps> candidateSteps,
                                                      StepCollector.Stage stage)

collectBeforeOrAfterStorySteps

java.util.List<Step> collectBeforeOrAfterStorySteps(java.util.List<CandidateSteps> candidateSteps,
                                                    Story story,
                                                    StepCollector.Stage stage,
                                                    boolean givenStory)

collectScenarioSteps

java.util.List<Step> collectScenarioSteps(java.util.List<CandidateSteps> candidateSteps,
                                          Scenario scenario,
                                          java.util.Map<java.lang.String,java.lang.String> tableRow)


Copyright © 2003-2010. All Rights Reserved.