| Package | Description |
|---|---|
| org.mule.munit.mock | |
| org.mule.munit.mock.tool.spy |
| Modifier and Type | Method and Description |
|---|---|
protected Spy |
MockModule.spy() |
| Modifier and Type | Method and Description |
|---|---|
Spy |
Spy.after(List<SpyProcess> withSpies)
The
SpyProcess to run after the processor |
Spy |
Spy.after(SpyProcess... withSpy)
The
SpyProcesses to run after the processor |
Spy |
Spy.before(List<SpyProcess> withSpies)
The
SpyProcess to run before the processor |
Spy |
Spy.before(SpyProcess... withSpy)
The
SpyProcesses to run before the processor |
Spy |
Spy.ofNamespace(String namespace)
Defines the namespace of the message processor to spy
|
Spy |
Spy.spyProcessor(String name)
Defines the name of the processor to spy
|
Spy |
Spy.withAttributes(Map<String,Object> attributes)
Defines the attributes of the processor to spy
|
Copyright © 2020. All rights reserved.