|
||||||||||
| 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 Steps from a
given story or scenario matching a list of CandidateSteps.
| Nested Class Summary | |
|---|---|
static class |
StepCollector.Stage
|
| Method Summary | |
|---|---|
List<Step> |
collectBeforeOrAfterStoriesSteps(List<CandidateSteps> candidateSteps,
StepCollector.Stage stage)
|
List<Step> |
collectBeforeOrAfterStorySteps(List<CandidateSteps> candidateSteps,
Story story,
StepCollector.Stage stage,
boolean givenStory)
|
List<Step> |
collectScenarioSteps(List<CandidateSteps> candidateSteps,
Scenario scenario,
Map<String,String> tableRow)
|
| Method Detail |
|---|
List<Step> collectBeforeOrAfterStoriesSteps(List<CandidateSteps> candidateSteps,
StepCollector.Stage stage)
List<Step> collectBeforeOrAfterStorySteps(List<CandidateSteps> candidateSteps,
Story story,
StepCollector.Stage stage,
boolean givenStory)
List<Step> collectScenarioSteps(List<CandidateSteps> candidateSteps,
Scenario scenario,
Map<String,String> tableRow)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||