public interface WebTestListener
Test
.Modifier and Type | Method and Description |
---|---|
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.
|
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 descriptionvoid testError(WebTestDescription description, Throwable error)
description
- test descriptionerror
- errorvoid testFailure(WebTestDescription description, Throwable failure)
description
- test descriptionfailure
- failureCopyright © 2002-2024 Atlassian. All Rights Reserved.