|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CandidateSteps
Interface providing the list of candidate steps, representing methods annotated with @Given, @When or @Then, that can be matched. It also provides the list of runnable steps, representing methods annotated with @BeforeStory,
| Method Summary | |
|---|---|
Configuration |
configuration()
Returns the configuration |
java.util.List<CandidateStep> |
listCandidates()
Returns the candidate steps that can be matched |
java.util.List<Step> |
runAfterScenario()
Returns the steps to run after each scenario |
java.util.List<Step> |
runAfterStory(boolean givenStory)
Returns the steps to run after each story, based on the given story status |
java.util.List<Step> |
runBeforeScenario()
Returns the steps to run before each scenario |
java.util.List<Step> |
runBeforeStory(boolean givenStory)
Returns the steps to run before each story, based on the given story status |
| Method Detail |
|---|
java.util.List<CandidateStep> listCandidates()
java.util.List<Step> runBeforeStory(boolean givenStory)
givenStory - the boolean flag denoting if it's a given story
java.util.List<Step> runAfterStory(boolean givenStory)
givenStory - the boolean flag denoting if it's a given story
java.util.List<Step> runBeforeScenario()
java.util.List<Step> runAfterScenario()
Configuration configuration()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||