- setBehaviorManager(BehaviorManager) - Method in class org.mule.munit.mock.interception.MunitProcessorInterceptorFactory
-
- setErrorTypeRepository(ErrorTypeRepository) - Method in class org.mule.munit.mock.interception.MunitProcessorInterceptorFactory
-
- setEvent(Event) - Method in class org.mule.munit.mock.behavior.Behavior
-
- setRegistry(Registry) - Method in class org.mule.munit.mock.MockModule
-
- setResult(Result) - Method in class org.mule.munit.mock.tool.spy.SpyResult
-
- setSpyProcesses(List<SpyProcess>) - Method in class org.mule.munit.mock.behavior.SpyBehavior
-
- setThrowable(Throwable) - Method in class org.mule.munit.mock.tool.spy.SpyResult
-
- spy(String, List<Attribute>, Chain, Chain) - Method in class org.mule.munit.mock.MockModule
-
Define what the mock must return on a processor call.
- spy() - Method in class org.mule.munit.mock.MockModule
-
- Spy - Class in org.mule.munit.mock.tool.spy
-
This class is a Munit Tool to create processor spiers
- Spy(Registry) - Constructor for class org.mule.munit.mock.tool.spy.Spy
-
- spy(CoreEvent) - Method in interface org.mule.munit.mock.tool.spy.SpyProcess
-
Executes code in the spying process
- spy(CoreEvent) - Method in class org.mule.munit.mock.tool.spy.SpyProcessImpl
-
- SpyBehavior - Class in org.mule.munit.mock.behavior
-
Represents a behavior to be executed before/after a processor call.
- SpyBehavior(ProcessorCall, List<SpyProcess>) - Constructor for class org.mule.munit.mock.behavior.SpyBehavior
-
- SpyExecutionException - Exception in org.mule.munit.mock.tool.spy
-
Represents an exception thrown in a spy
- SpyExecutionException(String, Throwable) - Constructor for exception org.mule.munit.mock.tool.spy.SpyExecutionException
-
- SpyProcess - Interface in org.mule.munit.mock.tool.spy
-
if you want to spy something this is the method that you need to implement
- SpyProcessImpl - Class in org.mule.munit.mock.tool.spy
-
Simple implementation of SpyProcess, who knows to process each of the contained processors.
- SpyProcessImpl(Chain) - Constructor for class org.mule.munit.mock.tool.spy.SpyProcessImpl
-
- spyProcessor(String) - Method in class org.mule.munit.mock.tool.spy.Spy
-
Defines the name of the processor to spy
- SpyProcessorContainer - Interface in org.mule.munit.mock.tool.spy
-
This interface is to be implemented by those who also implements SpyProcess The goal is to provide a way to know if the spy
itself contains any kind of processor.
- SpyResult - Class in org.mule.munit.mock.tool.spy
-
Model that represents the result of a spy run
- SpyResult() - Constructor for class org.mule.munit.mock.tool.spy.SpyResult
-