FunctionalTestComponent
is a service that can be used by functional tests. This service accepts an EventCallback that can be used to assert the state of the current event. Also, this service fires {@link org.mule.tck.functional.FunctionalTestNotification} via Mule for every message received.Tests can register with Mule to receive these events by implementing {@link org.mule.tck.functional.FunctionalTestNotificationListener}.
@see EventCallback
@see FunctionalTestNotification
@see FunctionalTestNotificationListener
|
|