org.jbehave.core.steps
Interface StepCollector
- All Known Implementing Classes:
- MarkUnmatchedStepsAsPending
public interface StepCollector
Represents the strategy for the collection of executable Step
s from a
given story or scenario matching a list of CandidateSteps
.
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.