JsUnit 1.3 |
![]() |
![]() |
Public Member Functions | |
| void | TestRunListener () |
| void | testEnded (String testName) |
| A test ended. | |
| void | testRunStarted (String suiteName, Number testCount) |
| A test run was started. | |
| void | testRunEnded (Number elapsedTime) |
| A test run was ended. | |
| void | testRunStopped (Number elapsedTime) |
| A test run was stopped. | |
| void | testStarted (String testName) |
| A test started. | |
| void | testFailed (Number status, String testName, String trace) |
| A test failed. | |
Static Public Attributes | |
| static Number | STATUS_FAILURE |
| Status for a failure. | |
| static Number | STATUS_ERROR |
| Status for an error. | |
| void TestRunListener::TestRunListener | ( | ) |
| void TestRunListener::testEnded | ( | String | testName | ) |
A test ended.
| testName | The name of the ended test. |
| void TestRunListener::testRunStarted | ( | String | suiteName, | |
| Number | testCount | |||
| ) |
A test run was started.
| suiteName | The name of the test suite. | |
| testCount | The number of tests in the suite. |
| void TestRunListener::testRunEnded | ( | Number | elapsedTime | ) |
A test run was ended.
| elapsedTime | The number of elapsed milliseconds. |
| void TestRunListener::testRunStopped | ( | Number | elapsedTime | ) |
A test run was stopped.
| elapsedTime | The number of elapsed milliseconds. |
| void TestRunListener::testStarted | ( | String | testName | ) |
A test started.
| testName | The name of the started test. |
A test failed.
| status | The status of the test. | |
| testName | The name of the failed test. | |
| trace | The stack trace as String. |
Number TestRunListener::STATUS_FAILURE [static] |
Status for a failure.
Number TestRunListener::STATUS_ERROR [static] |
Status for an error.
|
JsUnit © 1999, 2000, 2001, 2002, 2003, 2006, 2007 by Jörg Schaible
|
Generated on Fri Oct 19 23:11:31 2007 for JsUnit by doxygen 1.5.2
|