|
||||||||||
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 | |
---|---|
StepsConfiguration |
getConfiguration()
Returns the steps configuration |
CandidateStep[] |
getSteps()
Return all the candidate steps that can be performed by the implementing class |
CandidateStep[] |
getSteps(java.lang.Class<?> stepsClass)
Return all the candidate steps that can be performed by the given class |
java.util.List<Step> |
runAfterScenario()
Return all the executable steps to run after each core |
java.util.List<Step> |
runAfterStory(boolean embeddedStory)
Return all the executable steps to run after each story, based on the embedded status |
java.util.List<Step> |
runBeforeScenario()
Return all the executable steps to run before each core |
java.util.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(java.lang.Class<?> stepsClass)
java.util.List<Step> runBeforeStory(boolean embeddedStory)
embeddedStory
- the boolean flag denoting the embedded status
java.util.List<Step> runAfterStory(boolean embeddedStory)
embeddedStory
- the boolean flag denoting the embedded status
java.util.List<Step> runBeforeScenario()
java.util.List<Step> runAfterScenario()
StepsConfiguration getConfiguration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |