| java.lang.Object net.sourceforge.groboutils.tp.v1.log.LogTP
Method Summary | |
protected synchronized void | printStep(String stepDesc, String text, int thisStepCount) | protected void | setOutput(PrintWriter pw) | public synchronized void | setupStep(String description) Defines a step which occurs during the test setup phase. | public synchronized void | step(String description) Defines a step which occurs during the test proper. | public synchronized void | teardownStep(String description) Defines a step which occurs during the test tear-down phase. |
printStep | protected synchronized void printStep(String stepDesc, String text, int thisStepCount)(Code) | | |
setupStep | public synchronized void setupStep(String description)(Code) | | Defines a step which occurs during the test setup phase.
Parameters: description - the text describing the step. |
step | public synchronized void step(String description)(Code) | | Defines a step which occurs during the test proper.
Parameters: description - the text describing the step. |
teardownStep | public synchronized void teardownStep(String description)(Code) | | Defines a step which occurs during the test tear-down phase.
Parameters: description - the text describing the step. |
|
|