org.jbehave.scenario.steps
Interface StepCreator

All Known Implementing Classes:
UnmatchedToPendingStepCreator

public interface StepCreator

Represents the strategy for the creation of executable Steps from a given scenario definition matching a list of CandidateSteps.


Method Summary
 Step[] createStepsFrom(ScenarioDefinition scenarioDefinition, java.util.Map<java.lang.String,java.lang.String> tableRow, CandidateSteps... candidateSteps)
           
 

Method Detail

createStepsFrom

Step[] createStepsFrom(ScenarioDefinition scenarioDefinition,
                       java.util.Map<java.lang.String,java.lang.String> tableRow,
                       CandidateSteps... candidateSteps)


Copyright © 2003-2009. All Rights Reserved.