- setAssertionsAfterCall(Object) - Method in class org.mule.munit.mock.processors.SpyProcessor
-
Sets assertionsAfterCall
- setAssertionsBeforeCall(Object) - Method in class org.mule.munit.mock.processors.SpyProcessor
-
Sets assertionsBeforeCall
- setBehaviorManager(BehaviorManager) - Method in class org.mule.munit.mock.interception.MunitProcessorInterceptorFactory
-
- setErrorTypeRepository(ErrorTypeRepository) - Method in class org.mule.munit.mock.interception.MunitProcessorInterceptor
-
- setErrorTypeRepository(ErrorTypeRepository) - Method in class org.mule.munit.mock.interception.MunitProcessorInterceptorFactory
-
- setException(Object) - Method in class org.mule.munit.mock.processors.ThrowAnProcessor
-
Deprecated.
Sets exception
- setFlowConstruct(FlowConstruct) - Method in class org.mule.munit.mock.processors.AbstractMockProcessor
-
- setManager(BehaviorManager) - Method in class org.mule.munit.mock.interception.MunitProcessorInterceptor
-
- setModuleObject(Object) - Method in class org.mule.munit.mock.processors.AbstractMockProcessor
-
- setMuleContext(MuleContext) - Method in class org.mule.munit.mock.MockModule
-
- setMuleContext(MuleContext) - Method in class org.mule.munit.mock.processors.AbstractMockProcessor
-
- setProcessor(String) - Method in class org.mule.munit.mock.processors.AbstractMockProcessor
-
- setProcessors(List<Processor>) - Method in class org.mule.munit.mock.behavior.SpyBehavior
-
- setWhenCalling(Object) - Method in class org.mule.munit.mock.processors.ThrowAnProcessor
-
Deprecated.
Sets whenCalling
- setWithAttributes(List<Attribute>) - Method in class org.mule.munit.mock.processors.AbstractMockProcessor
-
- setWithAttributes(Object) - Method in class org.mule.munit.mock.processors.ThrowAnProcessor
-
Deprecated.
Sets withAttributes
- SPY - Static variable in class org.mule.munit.mock.config.MockComponentBuildingDefinitionProvider
-
- spy(String, List<Attribute>, List<NestedProcessor>, List<NestedProcessor>) - 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(MuleContext) - Constructor for class org.mule.munit.mock.tool.spy.Spy
-
- spy(Event) - Method in interface org.mule.munit.mock.tool.spy.SpyProcess
-
Executes code in the spying process
- spy(Event) - 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<Processor>) - Constructor for class org.mule.munit.mock.behavior.SpyBehavior
-
- SpyProcess - Interface in org.mule.munit.mock.tool.spy
-
if you want to spy something this is the method that you need to implement
- SpyProcessContainer - Class in org.mule.munit.mock.tool.spy
-
- SpyProcessContainer(List<SpyProcess>) - Constructor for class org.mule.munit.mock.tool.spy.SpyProcessContainer
-
- SpyProcessImpl - Class in org.mule.munit.mock.tool.spy
-
Simple implementation of SpyProcess, who knows to process each of the contained processors.
- SpyProcessImpl(List<Processor>) - Constructor for class org.mule.munit.mock.tool.spy.SpyProcessImpl
-
- SpyProcessor - Class in org.mule.munit.mock.processors
-
- SpyProcessor() - Constructor for class org.mule.munit.mock.processors.SpyProcessor
-
- 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.