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
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.