|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocTPSet
Test Procedure entry point. Generates Test Procedure documentation.
Constructor Summary | |
AutoDocTPSet()
|
Method Summary | |
void |
addTP(AutoDocTP tp)
|
java.util.Enumeration |
getSetContents()
Returns the elements in the set. |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AutoDocTPSet()
Method Detail |
public void addTP(AutoDocTP tp)
public java.util.Enumeration getSetContents()
IAutoDocSet
getSetContents
in interface IAutoDocSet
public void setupStep(java.lang.String description)
setupStep
in interface AutoDocTP
description
- the text describing the step.public void teardownStep(java.lang.String description)
teardownStep
in interface AutoDocTP
description
- the text describing the step.public void step(java.lang.String description)
step
in interface AutoDocTP
description
- the text describing the step.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |