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()
TestReporter
clearTestResults
in interface TestReporter
public void generateTestResults()
TestReporter
generateTestResults
in interface TestReporter
public void onTestFailure(TestCase test, Throwable cause)
TestListener
onTestFailure
in interface TestListener
public void onTestSkipped(TestCase test)
TestListener
onTestSkipped
in interface TestListener
public void onTestStart(TestCase test)
TestListener
onTestStart
in interface TestListener
public void onTestFinish(TestCase test)
TestListener
onTestFinish
in interface TestListener
public void onTestSuccess(TestCase test)
TestListener
onTestSuccess
in interface TestListener
public void onFinish()
TestSuiteListener
onFinish
in interface TestSuiteListener
public void onStart()
TestSuiteListener
onStart
in interface TestSuiteListener
public void onFinishFailure(Throwable cause)
TestSuiteListener
onFinishFailure
in interface TestSuiteListener
public void onFinishSuccess()
TestSuiteListener
onFinishSuccess
in interface TestSuiteListener
public void onStartFailure(Throwable cause)
TestSuiteListener
onStartFailure
in interface TestSuiteListener
public void onStartSuccess()
TestSuiteListener
onStartSuccess
in interface TestSuiteListener
public void onTestActionStart(TestCase testCase, TestAction testAction)
TestActionListener
onTestActionStart
in interface TestActionListener
public void onTestActionFinish(TestCase testCase, TestAction testAction)
TestActionListener
onTestActionFinish
in interface TestActionListener
public void onTestActionSkipped(TestCase testCase, TestAction testAction)
TestActionListener
onTestActionSkipped
in interface TestActionListener
public void onInboundMessage(Message message, TestContext context)
MessageListener
onInboundMessage
in interface MessageListener
public void onOutboundMessage(Message message, TestContext context)
MessageListener
onOutboundMessage
in interface MessageListener
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.