|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CandidateSteps
Represents the list of candidate steps that can be performed
Method Summary | |
---|---|
CandidateStep[] |
getSteps()
Return all the candidate steps that can be performed by the implementing class |
CandidateStep[] |
getSteps(Class<?> stepsClass)
Return all the candidate steps that can be performed by the given class |
List<Step> |
runAfterScenario()
Return all the executable steps to run after each core |
List<Step> |
runAfterStory(boolean embeddedStory)
Return all the executable steps to run after each story, based on the embedded status |
List<Step> |
runBeforeScenario()
Return all the executable steps to run before each core |
List<Step> |
runBeforeStory(boolean embeddedStory)
Return all the executable steps to run before each story, based on the embedded status |
Method Detail |
---|
CandidateStep[] getSteps()
CandidateStep[] getSteps(Class<?> stepsClass)
List<Step> runBeforeStory(boolean embeddedStory)
embeddedStory
- the boolean flag denoting the embedded status
List<Step> runAfterStory(boolean embeddedStory)
embeddedStory
- the boolean flag denoting the embedded status
List<Step> runBeforeScenario()
List<Step> runAfterScenario()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |