public class LoggingReporter extends Object implements MessageListener, TestSuiteListener, TestListener, TestActionListener, TestReporter
| Constructor and Description |
|---|
LoggingReporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearTestResults()
Dismiss previous test results for next test run.
|
void |
generateTestResults()
Test reporter generates a report for several test suite instances.
|
void |
onFinish()
Invoked on test suite finish.
|
void |
onFinishFailure(Throwable cause)
Invoked after failed test suite finish.
|
void |
onFinishSuccess()
Invoked after successful test suite finish.
|
void |
onInboundMessage(Message message,
TestContext context)
Invoked on inbound message event.
|
void |
onOutboundMessage(Message message,
TestContext context)
Invoked on outbound message event.
|
void |
onStart()
Invoked on test suite start.
|
void |
onStartFailure(Throwable cause)
Invoked after failed test suite start.
|
void |
onStartSuccess()
Invoked after successful test suite start.
|
void |
onTestActionFinish(TestCase testCase,
TestAction testAction)
Invoked when test gets finished
|
void |
onTestActionSkipped(TestCase testCase,
TestAction testAction)
Invoked when test is skipped
|
void |
onTestActionStart(TestCase testCase,
TestAction testAction)
Invoked when test gets started
|
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 clearTestResults()
TestReporterclearTestResults in interface TestReporterpublic void generateTestResults()
TestReportergenerateTestResults in interface TestReporterpublic void onTestFailure(TestCase test, Throwable cause)
TestListeneronTestFailure in interface TestListenerpublic void onTestSkipped(TestCase test)
TestListeneronTestSkipped in interface TestListenerpublic void onTestStart(TestCase test)
TestListeneronTestStart in interface TestListenerpublic void onTestFinish(TestCase test)
TestListeneronTestFinish in interface TestListenerpublic void onTestSuccess(TestCase test)
TestListeneronTestSuccess in interface TestListenerpublic void onFinish()
TestSuiteListeneronFinish in interface TestSuiteListenerpublic void onStart()
TestSuiteListeneronStart in interface TestSuiteListenerpublic void onFinishFailure(Throwable cause)
TestSuiteListeneronFinishFailure in interface TestSuiteListenerpublic void onFinishSuccess()
TestSuiteListeneronFinishSuccess in interface TestSuiteListenerpublic void onStartFailure(Throwable cause)
TestSuiteListeneronStartFailure in interface TestSuiteListenerpublic void onStartSuccess()
TestSuiteListeneronStartSuccess in interface TestSuiteListenerpublic void onTestActionStart(TestCase testCase, TestAction testAction)
TestActionListeneronTestActionStart in interface TestActionListenerpublic void onTestActionFinish(TestCase testCase, TestAction testAction)
TestActionListeneronTestActionFinish in interface TestActionListenerpublic void onTestActionSkipped(TestCase testCase, TestAction testAction)
TestActionListeneronTestActionSkipped in interface TestActionListenerpublic void onInboundMessage(Message message, TestContext context)
MessageListeneronInboundMessage in interface MessageListenerpublic void onOutboundMessage(Message message, TestContext context)
MessageListeneronOutboundMessage in interface MessageListenerCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.