|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CandidateSteps
Interface providing the list of step candidates, representing methods
annotated with @Given, @When or @Then
that can be matched. It also provides the list of before and after steps,
representing methods annotated with @BeforeStories,
@AfterStories, @BeforeStory,
@AfterStory, @BeforeScenario,
@AfterScenario, that do not require any matching.
| Method Summary | |
|---|---|
Configuration |
configuration()
Returns the configuration |
List<BeforeOrAfterStep> |
listBeforeOrAfterScenario()
Returns the before or after scenario steps |
List<BeforeOrAfterStep> |
listBeforeOrAfterStories()
Returns the before or after stories steps |
List<BeforeOrAfterStep> |
listBeforeOrAfterStory(boolean givenStory)
Returns the before or after story steps, based on the given story status |
List<StepCandidate> |
listCandidates()
Returns the step candidates that can be matched |
| Method Detail |
|---|
List<StepCandidate> listCandidates()
List<BeforeOrAfterStep> listBeforeOrAfterStories()
List<BeforeOrAfterStep> listBeforeOrAfterStory(boolean givenStory)
givenStory - the boolean flag denoting if it's a given story
List<BeforeOrAfterStep> listBeforeOrAfterScenario()
Configuration configuration()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||