|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.functest.framework.CompositeSuiteListener
public class CompositeSuiteListener
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 testError(WebTestDescription test, Throwable t)
WebTestListener
testError
in interface WebTestListener
test
- test descriptiont
- errorpublic void testFailure(WebTestDescription test, Throwable t)
WebTestListener
testFailure
in interface WebTestListener
test
- test descriptiont
- failurepublic void testFinished(WebTestDescription test)
WebTestListener
testFinished
in interface WebTestListener
test
- test descriptionpublic void testStarted(WebTestDescription test)
WebTestListener
testStarted
in interface WebTestListener
test
- test descriptionpublic static WebTestListener of(WebTestListener listener)
public static WebTestListener of(WebTestListener... listeners)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |