public class MessageTracingTestListener extends AbstractTestListener implements org.springframework.beans.factory.InitializingBean, MessageListener
| Constructor and Description |
|---|
MessageTracingTestListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
onInboundMessage(Message message,
TestContext context)
Invoked on inbound message event.
|
void |
onOutboundMessage(Message message,
TestContext context)
Invoked on outbound message event.
|
void |
onTestFinish(TestCase test)
Invoked when test gets finished
|
void |
onTestStart(TestCase test)
Invoked when test gets started
|
void |
setOutputDirectory(org.springframework.core.io.Resource outputDirectory)
Sets the outputDirectory.
|
onTestFailure, onTestSkipped, onTestSuccesspublic void onTestStart(TestCase test)
onTestStart in interface TestListeneronTestStart in class AbstractTestListenerTestListener.onTestStart(com.consol.citrus.TestCase)public void onTestFinish(TestCase test)
onTestFinish in interface TestListeneronTestFinish in class AbstractTestListenerTestListener.onTestFinish(com.consol.citrus.TestCase)public void onInboundMessage(Message message, TestContext context)
MessageListeneronInboundMessage in interface MessageListenerpublic void onOutboundMessage(Message message, TestContext context)
MessageListeneronOutboundMessage in interface MessageListenerpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic void setOutputDirectory(org.springframework.core.io.Resource outputDirectory)
outputDirectory - the outputDirectory to setCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.