org.jbehave.core.steps
Class MarkUnmatchedStepsAsPending
java.lang.Object
org.jbehave.core.steps.MarkUnmatchedStepsAsPending
- All Implemented Interfaces:
- StepCreator
public class MarkUnmatchedStepsAsPending
- extends java.lang.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 |
MarkUnmatchedStepsAsPending
public MarkUnmatchedStepsAsPending()
createStepsFrom
public java.util.List<Step> createStepsFrom(java.util.List<CandidateSteps> candidateSteps,
Story story,
StepCreator.Stage stage,
boolean embeddedStory)
- Specified by:
createStepsFrom
in interface StepCreator
createStepsFrom
public java.util.List<Step> createStepsFrom(java.util.List<CandidateSteps> candidateSteps,
Scenario scenario,
java.util.Map<java.lang.String,java.lang.String> tableRow)
- Specified by:
createStepsFrom
in interface StepCreator
Copyright © 2003-2010. All Rights Reserved.