|
||||||||||
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 steps that can be performed by the implementing class |
CandidateStep[] |
getSteps(java.lang.Class<?> stepsClass)
Return all the steps that can be performed by the given class |
java.util.Collection<? extends Step> |
runAfterScenario()
Return all steps to run after scenario |
java.util.Collection<? extends Step> |
runBeforeScenario()
Return all steps to run before scenario |
Method Detail |
---|
CandidateStep[] getSteps()
CandidateStep[] getSteps(java.lang.Class<?> stepsClass)
java.util.Collection<? extends Step> runBeforeScenario()
java.util.Collection<? extends Step> runAfterScenario()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |