JsUnit 1.3 |
![]() |
![]() |
Use TestDecorator as the base class for defining new test decorators. Test decorator subclasses can be introduced to add behavior before or after a test is run.
Public Member Functions | |
void | TestDecorator (Test test) |
Constructor. | |
Public Attributes | |
int | mTest |
void TestDecorator::TestDecorator | ( | Test | test | ) |
Constructor.
The constructor saves the test.
test | The test to decorate. |
JsUnit © 1999, 2000, 2001, 2002, 2003, 2006, 2007 by Jörg Schaible
|
Generated on Fri Oct 19 23:11:28 2007 for JsUnit by doxygen 1.5.2
|