org.jbehave.core.steps
Class MarkUnmatchedStepsAsPending
java.lang.Object
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
. It uses a
StepFinder
to collect and prioritise StepCandidate
s.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MarkUnmatchedStepsAsPending
public MarkUnmatchedStepsAsPending()
MarkUnmatchedStepsAsPending
public MarkUnmatchedStepsAsPending(StepFinder stepFinder)
collectBeforeOrAfterStoriesSteps
public java.util.List<Step> collectBeforeOrAfterStoriesSteps(java.util.List<CandidateSteps> candidateSteps,
StepCollector.Stage stage)
- Specified by:
collectBeforeOrAfterStoriesSteps
in interface StepCollector
collectBeforeOrAfterStorySteps
public java.util.List<Step> collectBeforeOrAfterStorySteps(java.util.List<CandidateSteps> candidateSteps,
Story story,
StepCollector.Stage stage,
boolean givenStory)
- Specified by:
collectBeforeOrAfterStorySteps
in interface StepCollector
collectScenarioSteps
public java.util.List<Step> collectScenarioSteps(java.util.List<CandidateSteps> candidateSteps,
Scenario scenario,
java.util.Map<java.lang.String,java.lang.String> tableRow)
- Specified by:
collectScenarioSteps
in interface StepCollector
Copyright © 2003-2010. All Rights Reserved.