public class TestListeners extends Object implements TestListener
| Constructor and Description |
|---|
TestListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTestListener(TestListener listener)
Adds a new test listener.
|
void |
onTestFailure(TestCase test,
Throwable cause)
Invoked when test finished with failure
|
void |
onTestFinish(TestCase test)
Invoked when test gets finished
|
void |
onTestSkipped(TestCase test)
Invoked when test is skipped
|
void |
onTestStart(TestCase test)
Invoked when test gets started
|
void |
onTestSuccess(TestCase test)
Invoked when test finished with success
|
public void onTestFailure(TestCase test, Throwable cause)
TestListeneronTestFailure in interface TestListenerTestListener.onTestFailure(com.consol.citrus.TestCase, java.lang.Throwable)public void onTestFinish(TestCase test)
TestListeneronTestFinish in interface TestListenerTestListener.onTestFinish(com.consol.citrus.TestCase)public void onTestSkipped(TestCase test)
TestListeneronTestSkipped in interface TestListenerTestListener.onTestSkipped(com.consol.citrus.TestCase)public void onTestStart(TestCase test)
TestListeneronTestStart in interface TestListenerTestListener.onTestStart(com.consol.citrus.TestCase)public void onTestSuccess(TestCase test)
TestListeneronTestSuccess in interface TestListenerTestListener.onTestSuccess(com.consol.citrus.TestCase)public void addTestListener(TestListener listener)
listener - Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.