- addApplicationProperty(String, String) - Method in class org.mule.munit.common.properties.MUnitUserPropertiesManager
-
- addInboundAttachment(String, DataHandler) - Method in class org.mule.munit.common.event.EventBuilder
-
Prepares an attachment with the given key and value to be sent in the product.
- addInboundProperty(String, Serializable) - Method in class org.mule.munit.common.event.EventBuilder
-
Prepares a property with the given key and value to be sent as an inbound property of the product.
- addInboundProperty(String, Serializable, String, String) - Method in class org.mule.munit.common.event.EventBuilder
-
Prepares a property with the given key and value to be sent as an inbound property of the product.
- addNotificationListener(RunEventListener) - Method in class org.mule.munit.common.protocol.listeners.RunEventListenerContainer
-
- addOutboundAttachment(String, DataHandler) - Method in class org.mule.munit.common.event.EventBuilder
-
Prepares an attachment with the given key and value to be sent in the product.
- addOutboundProperty(String, Serializable) - Method in class org.mule.munit.common.event.EventBuilder
-
Prepares a property with the given key and value to be sent as an outbound property of the product.
- addOutboundProperty(String, Serializable, String, String) - Method in class org.mule.munit.common.event.EventBuilder
-
Prepares a property with the given key and value to be sent as an outbound property of the product.
- addSessionProperty(String, Object) - Method in class org.mule.munit.common.event.EventBuilder
-
Prepares a property with the given key and value to be sent as a session property of the product.
- addSessionProperty(String, Object, String, String) - Method in class org.mule.munit.common.event.EventBuilder
-
Prepares a property with the given key and value to be sent as a session property of the product.
- addUserPropertiesToSystem(Map<String, String>) - Static method in class org.mule.munit.common.properties.MUnitUserPropertiesManager
-
- addUserPropertyToSystem(String, String) - Static method in class org.mule.munit.common.properties.MUnitUserPropertiesManager
-
- addVariable(String, Object) - Method in class org.mule.munit.common.event.EventBuilder
-
Prepares a flow variable with the given key and value to be set in the product.
- addVariable(String, Object, String, String) - Method in class org.mule.munit.common.event.EventBuilder
-
Prepares a flow variable with the given key and value to be set in the product.
- AFTER_SUITE_END - Static variable in class org.mule.munit.common.protocol.message.MessageID
-
- AFTER_SUITE_START - Static variable in class org.mule.munit.common.protocol.message.MessageID
-
- Answer - Class in org.mule.munit.common.model
-
Exclusive optional pojos for the behaviour to mock.
- Answer() - Constructor for class org.mule.munit.common.model.Answer
-
- Attachment - Class in org.mule.munit.common.model
-
A model representing an Attachment
- Attachment() - Constructor for class org.mule.munit.common.model.Attachment
-
- Attribute - Class in org.mule.munit.common.model
-
Definition of the processor attribute that wants to be mocked.
- Attribute() - Constructor for class org.mule.munit.common.model.Attribute
-
- ELAPSED_TIME_KEY - Static variable in class org.mule.munit.common.protocol.message.MessageField
-
- encoding(String) - Method in class org.mule.munit.common.event.DataTypeBuilder
-
- encoding - Variable in class org.mule.munit.common.model.DefaultTypedKeyValue
-
- encoding - Variable in class org.mule.munit.common.model.EventAttributes
-
- equals(Object) - Method in class org.mule.munit.common.behavior.ProcessorId
-
- equals(Object) - Method in class org.mule.munit.common.model.Answer
-
- equals(Object) - Method in class org.mule.munit.common.model.Attachment
-
- equals(Object) - Method in class org.mule.munit.common.model.Attribute
-
- equals(Object) - Method in class org.mule.munit.common.model.DefaultTypedKeyValue
-
- equals(Object) - Method in class org.mule.munit.common.model.EventAttributes
-
- equals(Object) - Method in class org.mule.munit.common.model.EventError
-
- equals(Object) - Method in class org.mule.munit.common.model.FlowName
-
- equals(Object) - Method in class org.mule.munit.common.model.NullError
-
- equals(Object) - Method in class org.mule.munit.common.model.NullObject
-
- equals(Object) - Method in class org.mule.munit.common.model.Payload
-
- equals(Object) - Method in class org.mule.munit.common.model.Property
-
- equals(Object) - Method in class org.mule.munit.common.model.Variable
-
- evaluate(Event, Object) - Method in class org.mule.munit.common.util.MunitExpressionWrapper
-
- evaluate(Object) - Method in class org.mule.munit.common.util.MunitExpressionWrapper
-
- evaluateAsStringIfExpression(Event, Object) - Method in class org.mule.munit.common.util.MunitExpressionWrapper
-
Tries to evaluate the given expression and cast it to String, if a java.lang.ClassCastException is thrown it throws a
MunitError
- evaluateAsStringIfExpression(Event, Object, String) - Method in class org.mule.munit.common.util.MunitExpressionWrapper
-
Tries to evaluate the given expression and cast it to String, if a java.lang.ClassCastException is thrown it throws a
MunitError
- evaluateIfExpression(Event, Object) - Method in class org.mule.munit.common.util.MunitExpressionWrapper
-
It will try to evaluate the source sent, if it's a string and a valid expression.
- evaluateNotNullString(Event, Object, String) - Method in class org.mule.munit.common.util.MunitExpressionWrapper
-
Tries to evaluate the given expression and cast it to String, if a java.lang.ClassCastException is thrown or the expression
evaluates to null it throws a MunitError
- Event - Class in org.mule.munit.common.model
-
An abstract model that represents a Mule Event
- Event() - Constructor for class org.mule.munit.common.model.Event
-
- EventAttributes - Class in org.mule.munit.common.model
-
An abstract model that represents the Attributes of a Mule Event
- EventAttributes() - Constructor for class org.mule.munit.common.model.EventAttributes
-
- EventBuilder - Class in org.mule.munit.common.event
-
This class provides a friendly API to build a Event
- EventBuilder(ComponentLocation) - Constructor for class org.mule.munit.common.event.EventBuilder
-
Creates the event builder from a flow construct
- EventBuilder(EventContext) - Constructor for class org.mule.munit.common.event.EventBuilder
-
Creates the event builder from an event context and a flow construct
- EventBuilder(Event) - Constructor for class org.mule.munit.common.event.EventBuilder
-
Creates the event builder from an event
- EventError - Class in org.mule.munit.common.model
-
An abstract model that represents the Error of a Mule Event
- EventError() - Constructor for class org.mule.munit.common.model.EventError
-
- extractResources(String, Class, File, boolean) - Static method in class org.mule.munit.common.util.FileUtils
-
Extract the specified resource to the given directory for remain all directory struct