| 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 |
|---|---|
SpyBehavior |
DefaultBehaviorManager.getBetterMatchingAfterSpyAssertion(org.mule.munit.common.behavior.ProcessorCall processorCall)
Gets the best matching After Spy assertion.
|
SpyBehavior |
DefaultBehaviorManager.getBetterMatchingBeforeSpyAssertion(org.mule.munit.common.behavior.ProcessorCall processorCall)
Gets the best matching Before Spy assertion.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBehaviorManager.addAfterCallSpyAssertion(SpyBehavior spyBehavior) |
void |
DefaultBehaviorManager.addBeforeCallSpyAssertion(SpyBehavior spyBehavior) |
| Modifier and Type | Method and Description |
|---|---|
protected SpyBehavior |
Spy.createSpyAssertion(org.mule.munit.common.behavior.ProcessorCall call,
List<SpyProcess> spyProcesses) |
Copyright © 2017. All rights reserved.