|
||||||||||
| 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 WebTestListenersuiteDescription - description of the whole suitepublic void suiteFinished(WebTestDescription suiteDescription)
WebTestListener
suiteFinished in interface WebTestListenersuiteDescription - description of the whole suitepublic void testStarted(WebTestDescription description)
WebTestListener
testStarted in interface WebTestListenerdescription - test descriptionpublic void testFinished(WebTestDescription description)
WebTestListener
testFinished in interface WebTestListenerdescription - test description
public void testError(WebTestDescription description,
Throwable error)
WebTestListener
testError in interface WebTestListenerdescription - test descriptionerror - error
public void testFailure(WebTestDescription description,
Throwable failure)
WebTestListener
testFailure in interface WebTestListenerdescription - test descriptionfailure - failure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||