| Package | Description |
|---|---|
| org.mule.munit.mock.behavior | |
| org.mule.munit.mock.interception |
| Modifier and Type | Field and Description |
|---|---|
protected List<MockBehavior> |
DefaultBehaviorManager.behaviors
These are the behaviors expected for different processor mocks
|
| Modifier and Type | Method and Description |
|---|---|
Optional<MockBehavior> |
DefaultBehaviorManager.getBetterMatchingBehavior(org.mule.munit.common.behavior.ProcessorCall processorCall)
Gets the best matching Behavior.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBehaviorManager.addBehavior(MockBehavior behavior) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
MockingValidator.isBehaviorValid(MockBehavior behavior)
Based on the given
ComponentLocation validates if the MockBehavior tries to set an invalid value. |
Copyright © 2018. All rights reserved.