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 Steps from a given story or scenario matching a list of CandidateSteps.


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

Method Detail

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.