public class CompositeSuiteListener extends Object implements WebTestListener
| Modifier and Type | Method and Description |
|---|---|
static WebTestListener |
of(WebTestListener... listeners) |
static WebTestListener |
of(WebTestListener listener) |
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 test,
Throwable t)
Called when test ends with an error
|
void |
testFailure(WebTestDescription test,
Throwable t)
Called on test finished with an assertion failure.
|
void |
testFinished(WebTestDescription test)
Called on finished web test.
|
void |
testStarted(WebTestDescription test)
Called on start of a single web test.
|
public void suiteStarted(WebTestDescription suiteDescription)
WebTestListenersuiteStarted in interface WebTestListenersuiteDescription - description of the whole suitepublic void suiteFinished(WebTestDescription suiteDescription)
WebTestListenersuiteFinished in interface WebTestListenersuiteDescription - description of the whole suitepublic void testError(WebTestDescription test, Throwable t)
WebTestListenertestError in interface WebTestListenertest - test descriptiont - errorpublic void testFailure(WebTestDescription test, Throwable t)
WebTestListenertestFailure in interface WebTestListenertest - test descriptiont - failurepublic void testFinished(WebTestDescription test)
WebTestListenertestFinished in interface WebTestListenertest - test descriptionpublic void testStarted(WebTestDescription test)
WebTestListenertestStarted in interface WebTestListenertest - test descriptionpublic static WebTestListener of(WebTestListener listener)
public static WebTestListener of(WebTestListener... listeners)
Copyright © 2002-2015 Atlassian. All Rights Reserved.