Class CompositeSuiteListener
java.lang.Object
com.atlassian.jira.functest.framework.CompositeSuiteListener
- All Implemented Interfaces:
WebTestListener
-
Method Summary
Modifier and TypeMethodDescriptionstatic WebTestListenerof(WebTestListener listener) static WebTestListenerof(WebTestListener... listeners) voidsuiteFinished(WebTestDescription suiteDescription) Called when the whole web test suite is going finishing.voidsuiteStarted(WebTestDescription suiteDescription) Called when the whole web test suite is going to start.voidtestError(WebTestDescription test, Throwable t) Called when test ends with an errorvoidtestFailure(WebTestDescription test, Throwable t) Called on test finished with an assertion failure.voidCalled on finished web test.voidCalled on start of a single web test.
-
Method Details
-
suiteStarted
Description copied from interface:WebTestListenerCalled when the whole web test suite is going to start.- Specified by:
suiteStartedin interfaceWebTestListener- Parameters:
suiteDescription- description of the whole suite
-
suiteFinished
Description copied from interface:WebTestListenerCalled when the whole web test suite is going finishing.- Specified by:
suiteFinishedin interfaceWebTestListener- Parameters:
suiteDescription- description of the whole suite
-
testError
Description copied from interface:WebTestListenerCalled when test ends with an error- Specified by:
testErrorin interfaceWebTestListener- Parameters:
test- test descriptiont- error
-
testFailure
Description copied from interface:WebTestListenerCalled on test finished with an assertion failure.- Specified by:
testFailurein interfaceWebTestListener- Parameters:
test- test descriptiont- failure
-
testFinished
Description copied from interface:WebTestListenerCalled on finished web test.- Specified by:
testFinishedin interfaceWebTestListener- Parameters:
test- test description
-
testStarted
Description copied from interface:WebTestListenerCalled on start of a single web test.- Specified by:
testStartedin interfaceWebTestListener- Parameters:
test- test description
-
of
-
of
-