| Package | Description |
|---|---|
| org.mule.munit.mock | |
| org.mule.munit.mock.tool.spy |
| Modifier and Type | Method and Description |
|---|---|
protected SpyProcess |
MockModule.createSpy(org.mule.runtime.core.api.processor.MessageProcessorChain processorsFrom) |
| Modifier and Type | Class and Description |
|---|---|
class |
SpyProcessImpl
Simple implementation of SpyProcess, who knows to process each of the contained processors.
|
| Modifier and Type | Method and Description |
|---|---|
Spy |
Spy.after(SpyProcess... withSpy)
The
SpyProcesses to run after the processor |
Spy |
Spy.before(SpyProcess... withSpy)
The
SpyProcesses to run before the processor |
| Modifier and Type | Method and Description |
|---|---|
Spy |
Spy.after(List<SpyProcess> withSpies)
The
SpyProcess to run after the processor |
Spy |
Spy.before(List<SpyProcess> withSpies)
The
SpyProcess to run before the processor |
protected SpyBehavior |
Spy.createSpyAssertion(org.mule.munit.common.behavior.ProcessorCall call,
List<SpyProcess> spyProcesses) |
| Constructor and Description |
|---|
SpyProcessContainer(List<SpyProcess> spyProcesses) |
Copyright © 2017. All rights reserved.