|
![]() |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Receives notification of test execution as it happens.
Runner.addSuiteListener(CrosscheckListener)| Method Summary | |
void |
error(TestResult result)
Invoked whenever the execution of a single test resulted in an error. |
void |
failure(TestResult result)
Invoked whenever the execution of a single test resulted in a failure. |
void |
ok(TestResult result)
Invoked whenever the execution of a single test suceeded without any errors or failures. |
void |
suiteFinished(TestSuite suite,
Result result)
Called when suite has finished executing. |
void |
suiteLoaded(TestSuite suite)
Called whenever a suite is loaded, and ready to begin execution. |
| Method Detail |
public void suiteLoaded(TestSuite suite)
suite - the TestSuite that is about to be executed
public void suiteFinished(TestSuite suite,
Result result)
suite has finished executing.
suite - the TestSuite that has finished.result - Result object indicating the result of suite execution.public void error(TestResult result)
result - result of the test that was in error.public void failure(TestResult result)
public void ok(TestResult result)
|
The inevitable future of AJAX. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||