org.jbehave.core.steps
Class UnmatchedToPendingStepCreator
java.lang.Object
org.jbehave.core.steps.UnmatchedToPendingStepCreator
- All Implemented Interfaces:
- StepCreator
public class UnmatchedToPendingStepCreator
- extends Object
- implements StepCreator
StepCreator that marks unmatched steps as StepResult.Pending
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnmatchedToPendingStepCreator
public UnmatchedToPendingStepCreator()
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.