Test Procedure entry point. Generates Test Procedure documentation.
author: Matt Albrecht groboclown@users.sourceforge.net version: $Date: 2003/02/10 22:52:11 $ since: March 16, 2002
Method Summary
public void
setupStep(String description) Defines a step which occurs during the test setup phase.
public void
step(String description) Defines a step which occurs during the test proper.
public void
teardownStep(String description) Defines a step which occurs during the test tear-down phase.