| Package | Description |
|---|---|
| org.mule.munit.mock | |
| org.mule.munit.mock.behavior | |
| org.mule.munit.mock.tool.spy |
| Modifier and Type | Method and Description |
|---|---|
protected SpyProcess |
MockModule.createSpy(org.mule.runtime.extension.api.runtime.route.Chain processorsFrom) |
| Modifier and Type | Method and Description |
|---|---|
List<SpyProcess> |
SpyBehavior.getSpyProcesses() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpyBehavior.setSpyProcesses(List<SpyProcess> spyProcesses) |
| Constructor and Description |
|---|
SpyBehavior(org.mule.munit.common.behavior.ProcessorCall processorCall,
List<SpyProcess> spyProcesses) |
| 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.createSpyBehavior(org.mule.munit.common.behavior.ProcessorCall call,
List<SpyProcess> spyProcesses) |
Copyright © 2020. All rights reserved.