org.jbehave.core.steps
Class UnmatchedToPendingStepCreator

java.lang.Object
  extended by org.jbehave.core.steps.UnmatchedToPendingStepCreator
All Implemented Interfaces:
StepCreator

public class UnmatchedToPendingStepCreator
extends Object
implements StepCreator

StepCreator that marks unmatched steps as StepResult.Pending


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jbehave.core.steps.StepCreator
StepCreator.Stage
 
Constructor Summary
UnmatchedToPendingStepCreator()
           
 
Method Summary
 Step[] createStepsFrom(Scenario scenario, Map<String,String> tableRow, CandidateSteps... candidateSteps)
           
 Step[] createStepsFrom(Story story, StepCreator.Stage stage, boolean embeddedStory, CandidateSteps... candidateSteps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnmatchedToPendingStepCreator

public UnmatchedToPendingStepCreator()
Method Detail

createStepsFrom

public Step[] createStepsFrom(Story story,
                              StepCreator.Stage stage,
                              boolean embeddedStory,
                              CandidateSteps... candidateSteps)
Specified by:
createStepsFrom in interface StepCreator

createStepsFrom

public Step[] createStepsFrom(Scenario scenario,
                              Map<String,String> tableRow,
                              CandidateSteps... candidateSteps)
Specified by:
createStepsFrom in interface StepCreator


Copyright © 2003-2010. All Rights Reserved.