| Package | Description |
|---|---|
| org.mule.munit.mock.behavior | |
| org.mule.munit.mock.tool.spy |
| Modifier and Type | Field and Description |
|---|---|
protected List<SpyBehavior> |
DefaultBehaviorManager.afterCallProcessorSpies
The spy actions that are ran after a processor call
|
protected List<SpyBehavior> |
DefaultBehaviorManager.beforeCallProcessorSpies
The spy actions that are ran before a processor call
|
| Modifier and Type | Method and Description |
|---|---|
Optional<SpyBehavior> |
DefaultBehaviorManager.getBetterMatchingAfterSpyBehavior(org.mule.munit.common.behavior.ProcessorCall processorCall)
Gets the best matching After Spy behavior.
|
Optional<SpyBehavior> |
DefaultBehaviorManager.getBetterMatchingBeforeSpyBehavior(org.mule.munit.common.behavior.ProcessorCall processorCall)
Gets the best matching Before Spy behavior.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBehaviorManager.addAfterCallSpyBehavior(SpyBehavior spyBehavior) |
void |
DefaultBehaviorManager.addBeforeCallSpyBehavior(SpyBehavior spyBehavior) |
| Modifier and Type | Method and Description |
|---|---|
protected SpyBehavior |
Spy.createSpyBehavior(org.mule.munit.common.behavior.ProcessorCall call,
List<SpyProcess> spyProcesses) |
Copyright © 2018. All rights reserved.