JsUnit |
A test can be run and collect its results. More...
Public Member Functions | |
virtual void | Test () |
virtual String | getName () |
Retrieves the name of the test. More... | |
virtual Test | findTest (String testName) |
Search a test by name. More... | |
virtual void | setName (String testName) |
Sets the name of the test. More... | |
virtual Number | countTestCases () |
Counts the number of test cases that will be run by this test. More... | |
virtual TestResult | run (TestResult result) |
Runs the test. More... | |
A test can be run and collect its results.
|
virtual |
|
virtual |
Counts the number of test cases that will be run by this 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 |
Retrieves the name of the test.
|
virtual |
Runs the test.
result | The result to fill. |
References TestResult().
|
virtual |
Sets the name of the test.
testName | The new name of the test. |
JsUnit © 1999, 2000, 2001, 2002, 2003, 2006, 2007 by Jörg Schaible
|
Generated on Wed Apr 15 2015 02:33:07 for JsUnit by doxygen 1.8.5
|