org.jbehave.core.steps
Interface StepCreator
- All Known Implementing Classes:
- MarkUnmatchedStepsAsPending
public interface StepCreator
Represents the strategy for the creation of a list of executable Step
s from a
given story or scenario matching a list of CandidateSteps
.
createStepsFrom
java.util.List<Step> createStepsFrom(java.util.List<CandidateSteps> candidateSteps,
Story story,
StepCreator.Stage stage,
boolean embeddedStory)
createStepsFrom
java.util.List<Step> createStepsFrom(java.util.List<CandidateSteps> candidateSteps,
Scenario scenario,
java.util.Map<java.lang.String,java.lang.String> tableRow)
Copyright © 2003-2010. All Rights Reserved.