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
 List<Step> collectBeforeOrAfterStoriesSteps(List<CandidateSteps> candidateSteps, StepCollector.Stage stage)
           
 List<Step> collectBeforeOrAfterStorySteps(List<CandidateSteps> candidateSteps, Story story, StepCollector.Stage stage, boolean givenStory)
           
 List<Step> collectScenarioSteps(List<CandidateSteps> candidateSteps, Scenario scenario, Map<String,String> tableRow)
           
 

Method Detail

collectBeforeOrAfterStoriesSteps

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

collectBeforeOrAfterStorySteps

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

collectScenarioSteps

List<Step> collectScenarioSteps(List<CandidateSteps> candidateSteps,
                                Scenario scenario,
                                Map<String,String> tableRow)


Copyright © 2003-2010. All Rights Reserved.