net.sourceforge.groboutils.tp.v1.log
Class LogTP

java.lang.Object
  extended bynet.sourceforge.groboutils.tp.v1.log.LogTP
All Implemented Interfaces:
AutoDocTP

public class LogTP
extends java.lang.Object
implements AutoDocTP

Test Procedure entry point. Generates Test Procedure documentation.

Since:
July 21, 2002
Version:
$Date: 2003/02/10 22:52:29 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

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

LogTP

public LogTP(java.lang.String baseDir,
             java.lang.Class owner)
Method Detail

setupStep

public void setupStep(java.lang.String description)
Defines a step which occurs during the test setup phase.

Specified by:
setupStep in interface AutoDocTP
Parameters:
description - the text describing the step.

teardownStep

public void teardownStep(java.lang.String description)
Defines a step which occurs during the test tear-down phase.

Specified by:
teardownStep in interface AutoDocTP
Parameters:
description - the text describing the step.

step

public void step(java.lang.String description)
Defines a step which occurs during the test proper.

Specified by:
step in interface AutoDocTP
Parameters:
description - the text describing the step.

printStep

protected void printStep(java.lang.String stepDesc,
                         java.lang.String text,
                         int thisStepCount)

setOutput

protected void setOutput(java.io.PrintWriter pw)


Copyright © 2001-2003 by The GroboUtils Project