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