Hello,
I would like to write a JUnit class that will test my service units
without ServiceMix running outside of the JUnit test. Is there an
example of being able to send in a message and be able to test the
outcome without starting ServiceMix outside the JUnit test?
Currently I am writing the service unit, package it in the service
assembly, then deploy it to the running ServiceMix, then test. This is
very time consuming and doesn't provide the automated test execution
possibility for testing the service independently.
Any help is appreciated.
Thanks,
Gordon