JsUnit 1.3 |
![]() |
![]() |

Public Member Functions | |
| virtual void | Test () |
| virtual TestResult | run (TestResult result) |
| Runs the test. | |
| virtual String | getName () |
| Retrieves the name of the test. | |
| virtual void | setName (String testName) |
| Sets the name of the test. | |
| virtual Test | findTest (String testName) |
| Search a test by name. | |
| virtual Number | countTestCases () |
| Counts the number of test cases that will be run by this test. | |
| virtual void Test::Test | ( | ) | [virtual] |
| virtual TestResult Test::run | ( | TestResult | result | ) | [virtual] |
Runs the test.
| result | The result to fill. |
| virtual String Test::getName | ( | ) | [virtual] |
Retrieves the name of the test.
| virtual void Test::setName | ( | String | testName | ) | [virtual] |
Sets the name of the test.
| testName | The new name of the test. |
Search a test by name.
The function compares the given name with the name of the test and returns its own instance if the name is equal.
| testName | The name of the searched test. |
| virtual Number Test::countTestCases | ( | ) | [virtual] |
Counts the number of test cases that will be run by this test.
|
JsUnit © 1999, 2000, 2001, 2002, 2003, 2006, 2007 by Jörg Schaible
|
Generated on Fri Oct 19 23:11:23 2007 for JsUnit by doxygen 1.5.2
|