|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sourceforge.groboutils.tp.v1.log.LogTP
Test Procedure entry point. Generates Test Procedure documentation.
| Constructor Summary | |
LogTP(java.lang.String baseDir,
java.lang.Class owner)
|
|
| Method Summary | |
protected void |
printStep(java.lang.String stepDesc,
java.lang.String text,
int thisStepCount)
|
protected void |
setOutput(java.io.PrintWriter pw)
|
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 LogTP(java.lang.String baseDir,
java.lang.Class owner)
| Method Detail |
public void setupStep(java.lang.String description)
setupStep in interface AutoDocTPdescription - the text describing the step.public void teardownStep(java.lang.String description)
teardownStep in interface AutoDocTPdescription - the text describing the step.public void step(java.lang.String description)
step in interface AutoDocTPdescription - the text describing the step.
protected void printStep(java.lang.String stepDesc,
java.lang.String text,
int thisStepCount)
protected void setOutput(java.io.PrintWriter pw)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||