|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.agical.rmock.core.strategy.impl.CompositeStep
public class CompositeStep
This step runs several substeps in sequence.
Constructor Summary | |
---|---|
CompositeStep()
|
Method Summary | |
---|---|
void |
addStep(TestStep step)
Adds a substep to run |
void |
run()
Runs all configured steps |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompositeStep()
Method Detail |
---|
public void run() throws java.lang.Throwable
run
in interface TestStep
java.lang.Throwable
public void addStep(TestStep step)
step
- The step to run
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |