|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StepCollector
Represents the strategy for the collection of executable Step
s from a
story or scenario matching a list of CandidateSteps
. It also collects the
steps to run at before/after stages.
Nested Class Summary | |
---|---|
static class |
StepCollector.Stage
|
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. |
Method Detail |
---|
List<Step> collectBeforeOrAfterStoriesSteps(List<CandidateSteps> candidateSteps, StepCollector.Stage stage)
BeforeStories
or AfterStories
steps to execute.
candidateSteps
- stage
- the StepCollector.Stage
of execution
Step
sList<Step> collectBeforeOrAfterStorySteps(List<CandidateSteps> candidateSteps, Story story, StepCollector.Stage stage, boolean givenStory)
BeforeStory
or AfterStory
steps to execute.
candidateSteps
- the CandidateSteps
.story
- the Story
.stage
- the StepCollector.Stage
of executiongivenStory
- whether Story
is a given story
Step
sList<Step> collectBeforeOrAfterScenarioSteps(List<CandidateSteps> candidateSteps, Meta storyAndScenarioMeta, StepCollector.Stage stage, ScenarioType type)
BeforeScenario
or AfterScenario
steps to execute.
candidateSteps
- the CandidateSteps
.storyAndScenarioMeta
- the story and scenario Meta
parameterstype
- the ScenarioTypeList<Step> collectScenarioSteps(List<CandidateSteps> candidateSteps, Scenario scenario, Map<String,String> parameters)
Step
s to execute for a scenario.
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 |