org.jbehave.core.steps
Interface StepCreator

All Known Implementing Classes:
UnmatchedToPendingStepCreator

public interface StepCreator

Represents the strategy for the creation of executable Steps from a given story or core model matching a list of CandidateSteps.


Nested Class Summary
static class StepCreator.Stage
           
 
Method Summary
 Step[] createStepsFrom(Scenario scenario, Map<String,String> tableRow, CandidateSteps... candidateSteps)
           
 Step[] createStepsFrom(Story story, StepCreator.Stage stage, boolean embeddedStory, CandidateSteps... candidateSteps)
           
 

Method Detail

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.