net.sourceforge.groboutils.autodoc.v1
Interface AutoDocTP

All Known Implementing Classes:
AutoDocTPSet, LogTP

public interface AutoDocTP

Test Procedure entry point. Generates Test Procedure documentation.

Since:
March 16, 2002
Version:
$Date: 2003/02/10 22:52:11 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

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

setupStep

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

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.

Parameters:
description - the text describing the step.

step

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

Parameters:
description - the text describing the step.


Copyright © 2001-2003 by The GroboUtils Project