|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Test Procedure entry point. Generates Test Procedure documentation.
Method Summary | |
void |
setupStep(java.lang.String description)
Defines a step which occurs during the test setup phase. |
void |
step(java.lang.String description)
Defines a step which occurs during the test proper. |
void |
teardownStep(java.lang.String description)
Defines a step which occurs during the test tear-down phase. |
Method Detail |
public void setupStep(java.lang.String description)
description
- the text describing the step.public void teardownStep(java.lang.String description)
description
- the text describing the step.public void step(java.lang.String description)
description
- the text describing the step.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |