|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebTestListener
An observer of a Test.
| Method Summary | |
|---|---|
void |
suiteFinished(WebTestDescription suiteDescription)
Called when the whole web test suite is going finishing. |
void |
suiteStarted(WebTestDescription suiteDescription)
Called when the whole web test suite is going to start. |
void |
testError(WebTestDescription description,
Throwable error)
Called when test ends with an error |
void |
testFailure(WebTestDescription description,
Throwable failure)
Called on test finished with an assertion failure. |
void |
testFinished(WebTestDescription description)
Called on finished web test. |
void |
testStarted(WebTestDescription description)
Called on start of a single web test. |
| Method Detail |
|---|
void suiteStarted(WebTestDescription suiteDescription)
suiteDescription - description of the whole suitevoid suiteFinished(WebTestDescription suiteDescription)
suiteDescription - description of the whole suitevoid testStarted(WebTestDescription description)
description - test descriptionvoid testFinished(WebTestDescription description)
description - test description
void testError(WebTestDescription description,
Throwable error)
description - test descriptionerror - error
void testFailure(WebTestDescription description,
Throwable failure)
description - test descriptionfailure - failure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||