|
||||||||||
| 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 | |
|---|---|
java.util.List<Step> |
collectBeforeOrAfterStoriesSteps(java.util.List<CandidateSteps> candidateSteps,
StepCollector.Stage stage)
|
java.util.List<Step> |
collectBeforeOrAfterStorySteps(java.util.List<CandidateSteps> candidateSteps,
Story story,
StepCollector.Stage stage,
boolean givenStory)
|
java.util.List<Step> |
collectScenarioSteps(java.util.List<CandidateSteps> candidateSteps,
Scenario scenario,
java.util.Map<java.lang.String,java.lang.String> tableRow)
|
| Method Detail |
|---|
java.util.List<Step> collectBeforeOrAfterStoriesSteps(java.util.List<CandidateSteps> candidateSteps,
StepCollector.Stage stage)
java.util.List<Step> collectBeforeOrAfterStorySteps(java.util.List<CandidateSteps> candidateSteps,
Story story,
StepCollector.Stage stage,
boolean givenStory)
java.util.List<Step> collectScenarioSteps(java.util.List<CandidateSteps> candidateSteps,
Scenario scenario,
java.util.Map<java.lang.String,java.lang.String> tableRow)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||