org.jbehave.core.steps
Interface StepCollector

All Known Implementing Classes:
MarkUnmatchedStepsAsPending

public interface StepCollector

Represents the strategy for the collection of executable Steps from a given story or scenario matching a list of CandidateSteps.


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

Method Detail

collectStepsFrom

java.util.List<Step> collectStepsFrom(java.util.List<CandidateSteps> candidateSteps,
                                      Story story,
                                      StepCollector.Stage stage,
                                      boolean givenStory)

collectStepsFrom

java.util.List<Step> collectStepsFrom(java.util.List<CandidateSteps> candidateSteps,
                                      Scenario scenario,
                                      java.util.Map<java.lang.String,java.lang.String> tableRow)


Copyright © 2003-2010. All Rights Reserved.