|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbehave.core.steps.MarkUnmatchedStepsAsPending
public class MarkUnmatchedStepsAsPending
StepCollector that marks unmatched steps as AbstractStepResult.Pending
. It uses a
StepFinder
to collect and prioritise StepCandidate
s.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jbehave.core.steps.StepCollector |
---|
StepCollector.Stage |
Constructor Summary | |
---|---|
MarkUnmatchedStepsAsPending()
|
|
MarkUnmatchedStepsAsPending(Keywords keywords)
|
|
MarkUnmatchedStepsAsPending(StepFinder stepFinder)
|
|
MarkUnmatchedStepsAsPending(StepFinder stepFinder,
Keywords keywords)
|
Method Summary | |
---|---|
List<Step> |
collectBeforeOrAfterScenarioSteps(List<CandidateSteps> candidateSteps,
Meta storyAndScenarioMeta,
StepCollector.Stage stage,
ScenarioType type)
Collects all of the BeforeScenario or AfterScenario steps to execute. |
List<Step> |
collectBeforeOrAfterStoriesSteps(List<CandidateSteps> candidateSteps,
StepCollector.Stage stage)
Collects all of the BeforeStories or AfterStories steps to execute. |
List<Step> |
collectBeforeOrAfterStorySteps(List<CandidateSteps> candidateSteps,
Story story,
StepCollector.Stage stage,
boolean givenStory)
Collects all of the BeforeStory or AfterStory steps to execute. |
List<Step> |
collectScenarioSteps(List<CandidateSteps> candidateSteps,
Scenario scenario,
Map<String,String> parameters)
Collects all of the Step s to execute for a scenario. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MarkUnmatchedStepsAsPending()
public MarkUnmatchedStepsAsPending(StepFinder stepFinder)
public MarkUnmatchedStepsAsPending(Keywords keywords)
public MarkUnmatchedStepsAsPending(StepFinder stepFinder, Keywords keywords)
Method Detail |
---|
public List<Step> collectBeforeOrAfterStoriesSteps(List<CandidateSteps> candidateSteps, StepCollector.Stage stage)
StepCollector
BeforeStories
or AfterStories
steps to execute.
collectBeforeOrAfterStoriesSteps
in interface StepCollector
stage
- the StepCollector.Stage
of execution
Step
spublic List<Step> collectBeforeOrAfterStorySteps(List<CandidateSteps> candidateSteps, Story story, StepCollector.Stage stage, boolean givenStory)
StepCollector
BeforeStory
or AfterStory
steps to execute.
collectBeforeOrAfterStorySteps
in interface StepCollector
candidateSteps
- the CandidateSteps
.story
- the Story
.stage
- the StepCollector.Stage
of executiongivenStory
- whether Story
is a given story
Step
spublic List<Step> collectBeforeOrAfterScenarioSteps(List<CandidateSteps> candidateSteps, Meta storyAndScenarioMeta, StepCollector.Stage stage, ScenarioType type)
StepCollector
BeforeScenario
or AfterScenario
steps to execute.
collectBeforeOrAfterScenarioSteps
in interface StepCollector
candidateSteps
- the CandidateSteps
.storyAndScenarioMeta
- the story and scenario Meta
parameterstype
- the ScenarioTypepublic List<Step> collectScenarioSteps(List<CandidateSteps> candidateSteps, Scenario scenario, Map<String,String> parameters)
StepCollector
Step
s to execute for a scenario.
collectScenarioSteps
in interface StepCollector
candidateSteps
- the CandidateSteps
.scenario
- the Scenario
.parameters
- the parameters.
Step
s
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |