org.jbehave.core.steps
Class MarkUnmatchedStepsAsPending

java.lang.Object
  extended by org.jbehave.core.steps.MarkUnmatchedStepsAsPending
All Implemented Interfaces:
StepCollector

public class MarkUnmatchedStepsAsPending
extends java.lang.Object
implements StepCollector

StepCollector that marks unmatched steps as AbstractStepResult.Pending


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jbehave.core.steps.StepCollector
StepCollector.Stage
 
Constructor Summary
MarkUnmatchedStepsAsPending()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarkUnmatchedStepsAsPending

public MarkUnmatchedStepsAsPending()
Method Detail

collectStepsFrom

public java.util.List<Step> collectStepsFrom(java.util.List<CandidateSteps> candidateSteps,
                                             Story story,
                                             StepCollector.Stage stage,
                                             boolean givenStory)
Specified by:
collectStepsFrom in interface StepCollector

collectStepsFrom

public java.util.List<Step> collectStepsFrom(java.util.List<CandidateSteps> candidateSteps,
                                             Scenario scenario,
                                             java.util.Map<java.lang.String,java.lang.String> tableRow)
Specified by:
collectStepsFrom in interface StepCollector


Copyright © 2003-2010. All Rights Reserved.