public class MarkUnmatchedStepsAsPending extends java.lang.Object implements StepCollector
AbstractStepResult.Pending. It uses a
StepFinder to collect and prioritise StepCandidates.StepCollector.Stage| Constructor and Description |
|---|
MarkUnmatchedStepsAsPending() |
MarkUnmatchedStepsAsPending(Keywords keywords) |
MarkUnmatchedStepsAsPending(StepFinder stepFinder) |
MarkUnmatchedStepsAsPending(StepFinder stepFinder,
Keywords keywords) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Step> |
collectBeforeOrAfterScenarioSteps(java.util.List<CandidateSteps> candidateSteps,
Meta storyAndScenarioMeta,
StepCollector.Stage stage,
ScenarioType type)
Collects all of the
BeforeScenario or AfterScenario steps to execute. |
java.util.List<Step> |
collectBeforeOrAfterStoriesSteps(java.util.List<CandidateSteps> candidateSteps,
StepCollector.Stage stage)
Collects all of the
BeforeStories or AfterStories steps to execute. |
java.util.List<Step> |
collectBeforeOrAfterStorySteps(java.util.List<CandidateSteps> candidateSteps,
Story story,
StepCollector.Stage stage,
boolean givenStory)
Collects all of the
BeforeStory or AfterStory steps to execute. |
java.util.List<Step> |
collectLifecycleSteps(java.util.List<CandidateSteps> candidateSteps,
Lifecycle lifecycle,
Meta storyAndScenarioMeta,
StepCollector.Stage stage)
Collects all lifecycle steps to execute
|
java.util.List<Step> |
collectScenarioSteps(java.util.List<CandidateSteps> candidateSteps,
Scenario scenario,
java.util.Map<java.lang.String,java.lang.String> parameters)
Collects all of the
Steps to execute for a scenario. |
public MarkUnmatchedStepsAsPending()
public MarkUnmatchedStepsAsPending(StepFinder stepFinder)
public MarkUnmatchedStepsAsPending(Keywords keywords)
public MarkUnmatchedStepsAsPending(StepFinder stepFinder, Keywords keywords)
public java.util.List<Step> collectBeforeOrAfterStoriesSteps(java.util.List<CandidateSteps> candidateSteps, StepCollector.Stage stage)
StepCollectorBeforeStories or AfterStories steps to execute.collectBeforeOrAfterStoriesSteps in interface StepCollectorstage - the StepCollector.Stage of executionStepspublic java.util.List<Step> collectBeforeOrAfterStorySteps(java.util.List<CandidateSteps> candidateSteps, Story story, StepCollector.Stage stage, boolean givenStory)
StepCollectorBeforeStory or AfterStory steps to execute.collectBeforeOrAfterStorySteps in interface StepCollectorcandidateSteps - the CandidateSteps.story - the Story.stage - the StepCollector.Stage of executiongivenStory - whether Story is a given storyStepspublic java.util.List<Step> collectBeforeOrAfterScenarioSteps(java.util.List<CandidateSteps> candidateSteps, Meta storyAndScenarioMeta, StepCollector.Stage stage, ScenarioType type)
StepCollectorBeforeScenario or AfterScenario steps to execute.collectBeforeOrAfterScenarioSteps in interface StepCollectorcandidateSteps - the CandidateSteps.storyAndScenarioMeta - the story and scenario Meta parameterstype - the ScenarioTypeStepspublic java.util.List<Step> collectLifecycleSteps(java.util.List<CandidateSteps> candidateSteps, Lifecycle lifecycle, Meta storyAndScenarioMeta, StepCollector.Stage stage)
StepCollectorcollectLifecycleSteps in interface StepCollectorcandidateSteps - the CandidateSteps.lifecycle - the LifecyclestoryAndScenarioMeta - the story and scenario Meta parametersstage - the StepCollector.Stage of executionStepspublic java.util.List<Step> collectScenarioSteps(java.util.List<CandidateSteps> candidateSteps, Scenario scenario, java.util.Map<java.lang.String,java.lang.String> parameters)
StepCollectorSteps to execute for a scenario.collectScenarioSteps in interface StepCollectorcandidateSteps - the CandidateSteps.scenario - the Scenario.parameters - the parameters.StepsCopyright © 2003-2014. All Rights Reserved.