| Package | Description |
|---|---|
| org.mule.munit.mock.behavior |
| Modifier and Type | Class and Description |
|---|---|
class |
CallBehaviour
The representation of a processor mocked behavior that calls a flow to define which event should be returned.
|
class |
MockBehavior
The representation of a processor mocked behavior that returns a constant event.
|
class |
SpyBehavior
Represents a behavior to be executed before/after a processor call.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Behavior> |
DefaultBehaviorManager.behaviors
These are the behaviors expected for different processor mocks
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Behavior> |
DefaultBehaviorManager.getBetterMatchingBehavior(org.mule.munit.common.behavior.ProcessorCall processorCall)
Gets the best matching Behavior.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBehaviorManager.addBehavior(Behavior behavior) |
Copyright © 2020. All rights reserved.