|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.functest.framework.dump.FuncTestTimingsListener
public class FuncTestTimingsListener
Listens for suite events and dumps timings to a file
| Constructor Summary | |
|---|---|
FuncTestTimingsListener()
|
|
| 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 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 |
| Constructor Detail |
|---|
public FuncTestTimingsListener()
| 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 suite
public void testError(WebTestDescription test,
Throwable t)
WebTestListener
testError in interface WebTestListenertest - test descriptiont - error
public void testFailure(WebTestDescription test,
Throwable t)
WebTestListener
testFailure in interface WebTestListenertest - test descriptiont - failurepublic void testFinished(WebTestDescription test)
WebTestListener
testFinished in interface WebTestListenertest - test descriptionpublic void testStarted(WebTestDescription test)
WebTestListener
testStarted in interface WebTestListenertest - test description
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||