|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.jira.functest.framework.AbstractWebTestListener
public abstract class AbstractWebTestListener
Abstract, no-op implementation of WebTestListener
. Subclasses
only need to override required methods.
Constructor Summary | |
---|---|
AbstractWebTestListener()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractWebTestListener()
Method Detail |
---|
public void suiteStarted(WebTestDescription suiteDescription)
WebTestListener
suiteStarted
in interface WebTestListener
suiteDescription
- description of the whole suitepublic void suiteFinished(WebTestDescription suiteDescription)
WebTestListener
suiteFinished
in interface WebTestListener
suiteDescription
- description of the whole suitepublic void testStarted(WebTestDescription description)
WebTestListener
testStarted
in interface WebTestListener
description
- test descriptionpublic void testFinished(WebTestDescription description)
WebTestListener
testFinished
in interface WebTestListener
description
- test descriptionpublic void testError(WebTestDescription description, Throwable error)
WebTestListener
testError
in interface WebTestListener
description
- test descriptionerror
- errorpublic void testFailure(WebTestDescription description, Throwable failure)
WebTestListener
testFailure
in interface WebTestListener
description
- test descriptionfailure
- failure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |