| Interface | Description |
|---|---|
| EventCallback |
The scope of the MuleEvent Callback is to be able to get a the message currently being processed by the
FunctionalTestProcessor and make assertions on the message payload, headers or attachments or to make changes required
for the test. |
| FunctionalTestProcessor.LifecycleCallback | |
| LogChecker |
| Class | Description |
|---|---|
| AbstractLogChecker | |
| AssertionMessageProcessor | |
| DependencyInjectionObject | |
| EqualsLogChecker | |
| FunctionalTestProcessor |
FunctionalTestProcessor is a service that can be used by functional tests. |
| InvocationCountMessageProcessor |
Test message processor to keep count of number of invocations.
|
| LifecycleObject | |
| OnErrorCheckLogHandler | |
| QueueReaderMessageProcessor |
Reads
CoreEvent from a test connector's queue. |
| ResponseAssertionMessageProcessor | |
| SharedConfig |
Test config to test connectors at the domain level
|
| SharedSource |
Test source that is configured with a
SharedConfig. |
| SkeletonSource | |
| StacktraceLogChecker | |
| StacktraceLogChecker.ExceptionCause | |
| StacktraceLogChecker.MethodCall | |
| SummaryLogChecker | |
| SummaryLogChecker.SummaryInfo | |
| TestConnectorQueueHandler | |
| TestNonBlockingProcessor |
Test async non-blocking
Processor implementation that will return control to the Flow in a custom Scheduler
thread in the same way as, for example, a HTTP requester would. |
| ThrowProcessor |
Processor that throws the specified exception.
|
Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.