net.sourceforge.groboutils.autodoc.v1.defimpl
Class AutoDocTPSet

java.lang.Object
  extended bynet.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocTPSet
All Implemented Interfaces:
AutoDocTP, IAutoDocSet

public class AutoDocTPSet
extends java.lang.Object
implements AutoDocTP, IAutoDocSet

Test Procedure entry point. Generates Test Procedure documentation.

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

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

AutoDocTPSet

public AutoDocTPSet()
Method Detail

addTP

public void addTP(AutoDocTP tp)

getSetContents

public java.util.Enumeration getSetContents()
Description copied from interface: IAutoDocSet
Returns the elements in the set.

Specified by:
getSetContents in interface IAutoDocSet

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.


Copyright © 2001-2003 by The GroboUtils Project