org.jbehave.scenario.steps
Class UnmatchedToPendingStepCreator

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

public class UnmatchedToPendingStepCreator
extends java.lang.Object
implements StepCreator

StepCreator that marks unmatched steps as StepResult.Pending


Constructor Summary
UnmatchedToPendingStepCreator()
           
 
Method Summary
 Step[] createStepsFrom(ScenarioDefinition scenario, 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(ScenarioDefinition scenario,
                              CandidateSteps... candidateSteps)
Specified by:
createStepsFrom in interface StepCreator


Copyright © 2003-2009. All Rights Reserved.