org.jbehave.core.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 core model matching a list of CandidateSteps
.
createStepsFrom
Step[] createStepsFrom(Story story,
StepCreator.Stage stage,
boolean embeddedStory,
CandidateSteps... candidateSteps)
createStepsFrom
Step[] createStepsFrom(Scenario scenario,
Map<String,String> tableRow,
CandidateSteps... candidateSteps)
Copyright © 2003-2010. All Rights Reserved.