citrus
citrus copied to clipboard
Message-tracing: is it possible to have all messages stored?
Hi,
In my test case I have http-server which mocks services, and the whole test case structure looks like:
http().client.post() // initialize start process for system under test
http().client.response()
http().server.recieve() // mocked service receives request from system under test
http().server.respond()
...
http().server.recieve()
http().server.respond()
I tried to use tracing of messages (http://www.citrusframework.org/reference/html/message-tracing.html) to debug my test case, and added both