Skip navigation links
A B C D E F G I K L M N O P Q R S T V W 

A

addLifecycleCallback(FunctionalTestProcessor.LifecycleCallback) - Static method in class org.mule.functional.api.component.FunctionalTestProcessor
 
append(String, InternalEvent) - Method in class org.mule.functional.api.component.FunctionalTestProcessor
Will append the value of FunctionalTestProcessor.getAppendString() to the contents of the message.
apply(Publisher<InternalEvent>) - Method in class org.mule.functional.api.component.ResponseAssertionMessageProcessor
 
apply(Publisher<InternalEvent>) - Method in class org.mule.functional.api.component.TestNonBlockingProcessor
 
AssertionMessageProcessor - Class in org.mule.functional.api.component
 
AssertionMessageProcessor() - Constructor for class org.mule.functional.api.component.AssertionMessageProcessor
 

B

build(FlowConstruct) - Method in class org.mule.functional.api.flow.TestEventBuilder
Produces an event with the specified configuration.
buildEvent() - Method in class org.mule.functional.api.flow.FlowConstructRunner
Builds a new event based on this runner's config.
buildMessageProcessor(RequestCacheKey) - Method in class org.mule.functional.client.TestConnectorMessageProcessorProvider
 

C

countFailOrNullEvent() - Method in class org.mule.functional.api.component.AssertionMessageProcessor
 

D

DEFAULT_CONFIG_ID - Static variable in class org.mule.functional.client.TestConnectorConfig
 
DependencyInjectionObject - Class in org.mule.functional.api.component
 
DependencyInjectionObject() - Constructor for class org.mule.functional.api.component.DependencyInjectionObject
 
dispatch() - Method in class org.mule.functional.api.flow.FlowRunner
Dispatches to the specified flow with the provided event and configuration, and performs a FlowAssert#verify(String)) afterwards.
dispatchAsync() - Method in class org.mule.functional.api.flow.FlowRunner
Dispatches to the specified flow with the provided event and configuration in a new IO thread, and performs a FlowAssert#verify(String)) afterwards.
dispose() - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
dispose() - Method in class org.mule.functional.api.component.LifecycleObject
 
dispose() - Method in class org.mule.functional.api.component.TestNonBlockingProcessor
 
dispose() - Method in class org.mule.functional.api.flow.FlowRunner
 
doGetObject() - Method in class org.mule.functional.config.ReturnDataObjectFactory
 
doProcess(InternalEvent) - Method in class org.mule.functional.api.component.FunctionalTestProcessor
The service method that implements the test component logic.

E

EVENT_RECEIVED - Static variable in class org.mule.functional.api.notification.FunctionalTestNotification
 
eventBuilder - Variable in class org.mule.functional.api.flow.FlowConstructRunner
 
EventCallback - Interface in org.mule.functional.api.component
The scope of the MuleEvent Callback is to be able to get a the message currently being processed by the FunctionalTestProcessor and make assertions on the message payload, headers or attachments or to make changes required for the test.
eventReceived(InternalEvent, Object, MuleContext) - Method in interface org.mule.functional.api.component.EventCallback
 
EXCEPTION_MESSAGE - Static variable in exception org.mule.functional.api.exception.FunctionalTestException
 
expression - Variable in class org.mule.functional.api.component.AssertionMessageProcessor
 
expressionFailed() - Method in class org.mule.functional.api.component.AssertionMessageProcessor
 
expressionManager - Variable in class org.mule.functional.api.component.AssertionMessageProcessor
 

F

failureMessagePrefix() - Method in class org.mule.functional.api.component.AssertionMessageProcessor
 
FlowConstructRunner<R extends FlowConstructRunner> - Class in org.mule.functional.api.flow
Provides a fluent API for running events through batch FlowConstructs.
FlowConstructRunner(MuleContext) - Constructor for class org.mule.functional.api.flow.FlowConstructRunner
Initializes this runner with a mule context.
FlowRunner - Class in org.mule.functional.api.flow
Provides a fluent API for running events through flows.
FlowRunner(MuleContext, String) - Constructor for class org.mule.functional.api.flow.FlowRunner
Initializes this flow runner.
FunctionalTestException - Exception in org.mule.functional.api.exception
 
FunctionalTestException() - Constructor for exception org.mule.functional.api.exception.FunctionalTestException
 
FunctionalTestException(String) - Constructor for exception org.mule.functional.api.exception.FunctionalTestException
 
FunctionalTestNotification - Class in org.mule.functional.api.notification
A FunctionlTestNotification is fired by the FunctionalTestProcessor when it receives an event.
FunctionalTestNotification(Message, String, Object, int) - Constructor for class org.mule.functional.api.notification.FunctionalTestNotification
 
FunctionalTestNotificationListener - Interface in org.mule.functional.api.notification
By implementing this listener interface and registering the object with the NotificationListenerRegistry.registerListener(NotificationListener) You can receive FunctionalTestNotifications from the FunctionalTestProcessor.
FunctionalTestProcessor - Class in org.mule.functional.api.component
FunctionalTestProcessor is a service that can be used by functional tests.
FunctionalTestProcessor() - Constructor for class org.mule.functional.api.component.FunctionalTestProcessor
 
FunctionalTestProcessor.LifecycleCallback - Interface in org.mule.functional.api.component
 

G

generateTaskToken() - Method in class org.mule.functional.api.component.ResponseAssertionMessageProcessor
 
getAction() - Method in enum org.mule.functional.api.flow.TransactionConfigEnum
 
getAppendString() - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
getComponentBuildingDefinitions() - Method in class org.mule.functional.config.TestComponentBuildingDefinitionProvider
 
getConfig() - Method in class org.mule.functional.api.component.SharedSource
 
getConfigurationComponentLocator() - Method in class org.mule.functional.api.component.DependencyInjectionObject
 
getEventCallback() - Method in class org.mule.functional.api.component.FunctionalTestProcessor
An event callback is called when a message is received by the service.
getExceptionText() - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
getExceptionToThrow() - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
getExpressionLanguage() - Method in class org.mule.functional.api.component.DependencyInjectionObject
 
getExtensionsClient() - Method in class org.mule.functional.api.component.DependencyInjectionObject
 
getFlowConstruct() - Method in class org.mule.functional.api.flow.FlowConstructRunner
 
getFlowConstructName() - Method in class org.mule.functional.api.flow.FlowConstructRunner
 
getFlowConstructName() - Method in class org.mule.functional.api.flow.FlowRunner
 
getFromFlow(MuleContext, String) - Static method in class org.mule.functional.api.component.FunctionalTestProcessor
 
getLastReceivedMessage() - Method in class org.mule.functional.api.component.FunctionalTestProcessor
If enableMessageHistory = true, returns the last message received by the service in chronological order.
getLifecycleInvocations() - Method in class org.mule.functional.api.component.LifecycleObject
 
getListener() - Method in class org.mule.functional.api.component.SkeletonSource
 
getLocalLockFactory() - Method in class org.mule.functional.api.component.DependencyInjectionObject
 
getLocalObjectStoreManager() - Method in class org.mule.functional.api.component.DependencyInjectionObject
 
getLockFactory() - Method in class org.mule.functional.api.component.DependencyInjectionObject
 
getMessage() - Method in class org.mule.functional.api.notification.FunctionalTestNotification
 
getMuleContext() - Method in class org.mule.functional.api.component.LifecycleObject
 
getMuleExpressionLanguage() - Method in class org.mule.functional.api.component.DependencyInjectionObject
 
getName() - Method in class org.mule.functional.api.component.SharedConfig
 
getName() - Method in class org.mule.functional.client.QueueWriterMessageProcessor
 
getNumberOfInvocationsFor(String) - Static method in class org.mule.functional.api.component.InvocationCountMessageProcessor
 
getObject() - Method in class org.mule.functional.config.ReturnDataObjectFactory
 
getObjectSerializer() - Method in class org.mule.functional.api.component.DependencyInjectionObject
 
getObjectStoreManager() - Method in class org.mule.functional.api.component.DependencyInjectionObject
 
getOrBuildEvent() - Method in class org.mule.functional.api.flow.FlowConstructRunner
 
getOtherLifecycleObject() - Method in class org.mule.functional.api.component.LifecycleObject
 
getProcessingType() - Method in class org.mule.functional.api.component.TestNonBlockingProcessor
Force the proactor to change the thread.
getReceivedMessage(int) - Method in class org.mule.functional.api.component.FunctionalTestProcessor
If enableMessageHistory = true, returns a message received by the service in chronological order.
getReceivedMessagesCount() - Method in class org.mule.functional.api.component.FunctionalTestProcessor
If enableMessageHistory = true, returns the number of messages received by this service.
getReplyMessage() - Method in class org.mule.functional.api.notification.FunctionalTestNotification
 
getReturnData() - Method in class org.mule.functional.api.component.FunctionalTestProcessor
Often you will may want to return a fixed message payload to simulate and external system call.
getServerNotificationHandler() - Method in class org.mule.functional.api.component.DependencyInjectionObject
 
getTransformationService() - Method in class org.mule.functional.api.component.DependencyInjectionObject
 
getWaitTime() - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
getXmlNamespacesInfo() - Method in class org.mule.functional.config.TestXmlNamespaceInfoProvider
 

I

init() - Method in class org.mule.functional.config.TestComponentBuildingDefinitionProvider
 
initialise() - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
initialise() - Method in class org.mule.functional.api.component.InvocationCountMessageProcessor
 
initialise() - Method in class org.mule.functional.api.component.LifecycleObject
 
initialise() - Method in class org.mule.functional.api.component.SharedConfig
 
initialise() - Method in class org.mule.functional.api.component.SharedSource
 
initialise() - Method in class org.mule.functional.api.component.TestNonBlockingProcessor
 
initialise() - Method in class org.mule.functional.client.QueueWriterMessageProcessor
 
InvocationCountMessageProcessor - Class in org.mule.functional.api.component
Test message processor to keep count of number of invocations.
InvocationCountMessageProcessor() - Constructor for class org.mule.functional.api.component.InvocationCountMessageProcessor
 
isBlocking() - Method in interface org.mule.functional.api.notification.FunctionalTestNotificationListener
 
isEnableMessageHistory() - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
isEnableNotifications() - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
isLogMessageDetails() - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
isStarted() - Method in class org.mule.functional.api.component.SkeletonSource
 
isThrowException() - Method in class org.mule.functional.api.component.FunctionalTestProcessor
Sometimes you will want the service to always throw an exception, if this is the case you can set the 'throwException' property to true.

K

keepStreamsOpen() - Method in class org.mule.functional.api.flow.FlowRunner
Makes all open cursors to not be closed when the executed flow is finished but when the test is disposed

L

LifecycleObject - Class in org.mule.functional.api.component
 
LifecycleObject() - Constructor for class org.mule.functional.api.component.LifecycleObject
 

M

message - Variable in class org.mule.functional.api.component.AssertionMessageProcessor
 
muleContext - Variable in class org.mule.functional.api.flow.FlowConstructRunner
 

N

needToMatchCount - Variable in class org.mule.functional.api.component.AssertionMessageProcessor
 

O

onTransition(String, String) - Method in interface org.mule.functional.api.component.FunctionalTestProcessor.LifecycleCallback
 
org.mule.functional.api.component - package org.mule.functional.api.component
 
org.mule.functional.api.exception - package org.mule.functional.api.exception
 
org.mule.functional.api.flow - package org.mule.functional.api.flow
 
org.mule.functional.api.notification - package org.mule.functional.api.notification
 
org.mule.functional.client - package org.mule.functional.client
 
org.mule.functional.config - package org.mule.functional.config
 

P

poll(String, long) - Method in class org.mule.functional.client.TestConnectorConfig
Reads an event from a given queue waiting up to the specified wait time if necessary for an element to become available.
priority() - Method in class org.mule.functional.client.TestConnectorMessageProcessorProvider
 
process(InternalEvent) - Method in class org.mule.functional.api.component.AssertionMessageProcessor
 
process(InternalEvent) - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
process(InternalEvent) - Method in class org.mule.functional.api.component.InvocationCountMessageProcessor
 
process(InternalEvent) - Method in class org.mule.functional.api.component.ResponseAssertionMessageProcessor
 
process(InternalEvent) - Method in class org.mule.functional.api.component.TestNonBlockingProcessor
 
process(InternalEvent) - Method in class org.mule.functional.api.component.ThrowProcessor
 
process(InternalEvent) - Method in class org.mule.functional.client.QueueReaderMessageProcessor
 
process(InternalEvent) - Method in class org.mule.functional.client.QueueWriterMessageProcessor
 

Q

QueueReaderMessageProcessor - Class in org.mule.functional.client
Reads InternalEvent from a test connector's queue.
QueueReaderMessageProcessor(MuleContext, String, Long) - Constructor for class org.mule.functional.client.QueueReaderMessageProcessor
Creates a queue reader
QueueWriterMessageProcessor - Class in org.mule.functional.client
Writes InternalEvent to a test connector's queue.
QueueWriterMessageProcessor() - Constructor for class org.mule.functional.client.QueueWriterMessageProcessor
 

R

removeLifecycleCallback(FunctionalTestProcessor.LifecycleCallback) - Static method in class org.mule.functional.api.component.FunctionalTestProcessor
 
reset() - Method in class org.mule.functional.api.flow.FlowConstructRunner
Clears the last built requestEvent, allowing for reuse of this runner.
ResponseAssertionMessageProcessor - Class in org.mule.functional.api.component
 
ResponseAssertionMessageProcessor() - Constructor for class org.mule.functional.api.component.ResponseAssertionMessageProcessor
 
responseCountFailOrNullEvent() - Method in class org.mule.functional.api.component.ResponseAssertionMessageProcessor
 
responseExpression - Variable in class org.mule.functional.api.component.ResponseAssertionMessageProcessor
 
responseExpressionFailed() - Method in class org.mule.functional.api.component.ResponseAssertionMessageProcessor
 
ReturnDataObjectFactory - Class in org.mule.functional.config
ObjectFactory for test:component return-data element.
ReturnDataObjectFactory() - Constructor for class org.mule.functional.config.ReturnDataObjectFactory
 
run() - Method in class org.mule.functional.api.flow.FlowRunner
Runs the specified flow with the provided event and configuration, and performs a FlowAssert#verify(String)) afterwards.
runAndVerify(String...) - Method in class org.mule.functional.api.flow.FlowRunner
Runs the specified flow with the provided event and configuration, and performs a FlowAssert#verify(String)) for each flowNamesToVerify afterwards.
runExpectingException() - Method in class org.mule.functional.api.flow.FlowRunner
Runs the specified flow with the provided event and configuration expecting a failure.
runNoVerify() - Method in class org.mule.functional.api.flow.FlowRunner
Runs the specified flow with the provided event and configuration.

S

setAppendString(String) - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
setConfig(SharedConfig) - Method in class org.mule.functional.api.component.SharedSource
 
setContent(String) - Method in class org.mule.functional.client.QueueWriterMessageProcessor
 
setContent(String) - Method in class org.mule.functional.config.ReturnDataObjectFactory
 
setContentJavaType(Class) - Method in class org.mule.functional.client.QueueWriterMessageProcessor
 
setCount(int) - Method in class org.mule.functional.api.component.AssertionMessageProcessor
 
setCount(int) - Method in class org.mule.functional.api.component.ThrowProcessor
 
setEnableMessageHistory(boolean) - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
setEnableNotifications(boolean) - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
setError(String) - Method in class org.mule.functional.api.component.ThrowProcessor
 
setEventCallback(EventCallback) - Method in class org.mule.functional.api.component.FunctionalTestProcessor
An event callback is called when a message is received by the service.
setException(Class<? extends Throwable>) - Method in class org.mule.functional.api.component.ThrowProcessor
 
setExceptionText(String) - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
setExceptionToThrow(Class<? extends Throwable>) - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
setExpression(String) - Method in class org.mule.functional.api.component.AssertionMessageProcessor
 
setExpressionManager(ExpressionManager) - Method in class org.mule.functional.api.component.AssertionMessageProcessor
 
setExternalCompletionCallback(Publisher<Void>) - Method in class org.mule.functional.api.flow.TestEventBuilder
 
setFailurePhase(String) - Method in class org.mule.functional.api.component.LifecycleObject
 
setFile(String) - Method in class org.mule.functional.config.ReturnDataObjectFactory
 
setId(String) - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
setListener(Processor) - Method in class org.mule.functional.api.component.ResponseAssertionMessageProcessor
 
setListener(Processor) - Method in class org.mule.functional.api.component.SharedSource
 
setListener(Processor) - Method in class org.mule.functional.api.component.SkeletonSource
 
setLogMessageDetails(boolean) - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
setMessage(String) - Method in class org.mule.functional.api.component.AssertionMessageProcessor
 
setMuleContext(MuleContext) - Method in class org.mule.functional.api.component.SharedConfig
 
setMuleContext(MuleContext) - Method in class org.mule.functional.api.component.SharedSource
 
setMuleContext(MuleContext) - Method in class org.mule.functional.api.component.TestNonBlockingProcessor
 
setMuleContext(MuleContext) - Method in class org.mule.functional.client.QueueWriterMessageProcessor
 
setName(String) - Method in class org.mule.functional.api.component.InvocationCountMessageProcessor
 
setName(String) - Method in class org.mule.functional.api.component.SharedConfig
 
setName(String) - Method in class org.mule.functional.client.QueueWriterMessageProcessor
 
setOtherLifecycleObject(LifecycleObject) - Method in class org.mule.functional.api.component.LifecycleObject
 
setProcessorClass(String) - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
setResponseCount(int) - Method in class org.mule.functional.api.component.ResponseAssertionMessageProcessor
 
setResponseExpression(String) - Method in class org.mule.functional.api.component.ResponseAssertionMessageProcessor
 
setResponseSameTask(boolean) - Method in class org.mule.functional.api.component.ResponseAssertionMessageProcessor
 
setReturnData(Object) - Method in class org.mule.functional.api.component.FunctionalTestProcessor
Often you will may want to return a fixed message payload to simulate and external system call.
setThrowException(boolean) - Method in class org.mule.functional.api.component.FunctionalTestProcessor
Sometimes you will want the service to always throw an exception, if this is the case you can set the 'throwException' property to true.
setWaitTime(long) - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
SharedConfig - Class in org.mule.functional.api.component
Test config to test connectors at the domain level
SharedConfig() - Constructor for class org.mule.functional.api.component.SharedConfig
 
SharedSource - Class in org.mule.functional.api.component
Test source that is configured with a SharedConfig.
SharedSource() - Constructor for class org.mule.functional.api.component.SharedSource
 
SkeletonSource - Class in org.mule.functional.api.component
Test source that provides access to the Processor set by the owner Flow.
SkeletonSource() - Constructor for class org.mule.functional.api.component.SkeletonSource
 
spyObjects() - Method in class org.mule.functional.api.flow.FlowConstructRunner
Will spy the built Message and InternalEvent.
spyObjects() - Method in class org.mule.functional.api.flow.TestEventBuilder
Will spy the built Message and InternalEvent.
start() - Method in class org.mule.functional.api.component.AssertionMessageProcessor
 
start() - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
start() - Method in class org.mule.functional.api.component.LifecycleObject
 
start() - Method in class org.mule.functional.api.component.ResponseAssertionMessageProcessor
 
start() - Method in class org.mule.functional.api.component.SkeletonSource
 
stop() - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
stop() - Method in class org.mule.functional.api.component.LifecycleObject
 
supportsUrl(String) - Method in class org.mule.functional.client.TestConnectorMessageProcessorProvider
 

T

take(String) - Method in class org.mule.functional.client.TestConnectorConfig
Reads an event from a given queue waiting if necessary until an element becomes available.
TEST_NAMESPACE - Static variable in class org.mule.functional.config.TestXmlNamespaceInfoProvider
 
TEST_URL_PREFIX - Static variable in class org.mule.functional.client.TestConnectorMessageProcessorProvider
 
TestComponentBuildingDefinitionProvider - Class in org.mule.functional.config
Provider for ComponentBuildingDefinitions to parse TEST module configuration.
TestComponentBuildingDefinitionProvider() - Constructor for class org.mule.functional.config.TestComponentBuildingDefinitionProvider
 
TestConnectorConfig - Class in org.mule.functional.client
Maintains test connector configuration
TestConnectorConfig() - Constructor for class org.mule.functional.client.TestConnectorConfig
 
TestConnectorMessageProcessorProvider - Class in org.mule.functional.client
Provider for operations of the Test Connector.
TestConnectorMessageProcessorProvider() - Constructor for class org.mule.functional.client.TestConnectorMessageProcessorProvider
 
TestEventBuilder - Class in org.mule.functional.api.flow
Provides a fluent API for building events for testing.
TestEventBuilder() - Constructor for class org.mule.functional.api.flow.TestEventBuilder
 
TestNonBlockingProcessor - Class in org.mule.functional.api.component
Test async non-blocking Processor implementation that will return control to the Flow in a custom Scheduler thread in the same way as, for example, a HTTP requester would.
TestNonBlockingProcessor() - Constructor for class org.mule.functional.api.component.TestNonBlockingProcessor
 
TestXmlNamespaceInfoProvider - Class in org.mule.functional.config
XmlNamespaceInfoProvider for TEST module.
TestXmlNamespaceInfoProvider() - Constructor for class org.mule.functional.config.TestXmlNamespaceInfoProvider
 
throwException() - Method in class org.mule.functional.api.component.FunctionalTestProcessor
Always throws a FunctionalTestException.
ThrowProcessor - Class in org.mule.functional.api.component
Processor that throws the specified exception.
ThrowProcessor() - Constructor for class org.mule.functional.api.component.ThrowProcessor
 
transactionally(TransactionConfigEnum, TransactionFactory) - Method in class org.mule.functional.api.flow.FlowRunner
Configures the flow to run inside a transaction.
TransactionConfigEnum - Enum in org.mule.functional.api.flow
Helper to access constants from TransactionConfig.

V

valueOf(String) - Static method in enum org.mule.functional.api.flow.TransactionConfigEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.functional.api.flow.TransactionConfigEnum
Returns an array containing the constants of this enum type, in the order they are declared.
verify() - Method in class org.mule.functional.api.component.AssertionMessageProcessor
If result evaluated to false in some processed event or the last processed event was null, then assert fails, otherwise: count was set & count processes were done => ok count was set & count processes were not done => fail count was not set & at least one processing were done => ok
verify() - Method in class org.mule.functional.api.component.ResponseAssertionMessageProcessor
 

W

withAttributes(Object) - Method in class org.mule.functional.api.flow.FlowConstructRunner
Prepares the given data to be sent as the attributes of the InternalEvent to the configured flow.
withAttributes(Object) - Method in class org.mule.functional.api.flow.TestEventBuilder
Sets the Message.getAttributes() value of the produced message
withCorrelation(GroupCorrelation) - Method in class org.mule.functional.api.flow.FlowConstructRunner
Configures the product event to have the provided correlation.
withCorrelation(GroupCorrelation) - Method in class org.mule.functional.api.flow.TestEventBuilder
Configures the product event to have the provided correlation.
withInboundAttachment(String, DataHandler) - Method in class org.mule.functional.api.flow.FlowConstructRunner
Deprecated.
Transport infrastructure is deprecated.
withInboundAttachment(String, DataHandler) - Method in class org.mule.functional.api.flow.TestEventBuilder
Deprecated.
Transport infrastructure is deprecated.
withInboundProperties(Map<String, Serializable>) - Method in class org.mule.functional.api.flow.FlowConstructRunner
Deprecated.
Transport infrastructure is deprecated. Use Message.getAttributes() instead.
withInboundProperties(Map<String, Serializable>) - Method in class org.mule.functional.api.flow.TestEventBuilder
Deprecated.
Transport infrastructure is deprecated. Use Message.getAttributes() instead.
withInboundProperty(String, Serializable) - Method in class org.mule.functional.api.flow.FlowConstructRunner
Deprecated.
Transport infrastructure is deprecated. Use Message.getAttributes() instead.
withInboundProperty(String, Serializable) - Method in class org.mule.functional.api.flow.TestEventBuilder
Deprecated.
Transport infrastructure is deprecated. Use Message.getAttributes() instead.
withMediaType(MediaType) - Method in class org.mule.functional.api.flow.FlowConstructRunner
Prepares the given data to be sent as the mediaType of the payload of the InternalEvent to the configured flow.
withMediaType(MediaType) - Method in class org.mule.functional.api.flow.TestEventBuilder
Prepares the given data to be sent as the mediaType of the payload of the InternalEvent to the configured flow.
withOutboundProperty(String, Serializable) - Method in class org.mule.functional.api.flow.FlowConstructRunner
Deprecated.
Transport infrastructure is deprecated. Use Message.getAttributes() instead.
withOutboundProperty(String, Serializable) - Method in class org.mule.functional.api.flow.TestEventBuilder
Deprecated.
Transport infrastructure is deprecated. Use Message.getAttributes() instead.
withPayload(Object) - Method in class org.mule.functional.api.flow.FlowConstructRunner
Prepares the given data to be sent as the payload of the InternalEvent to the configured flow.
withPayload(Object) - Method in class org.mule.functional.api.flow.TestEventBuilder
Prepares the given data to be sent as the payload of the product.
withReplyToHandler(ReplyToHandler) - Method in class org.mule.functional.api.flow.TestEventBuilder
Deprecated.
TODO MULE-10739 Move ReplyToHandler to compatibility module.
withScheduler(Scheduler) - Method in class org.mule.functional.api.flow.FlowRunner
Run Flow as a task of a given Scheduler.
withSessionProperty(String, Object) - Method in class org.mule.functional.api.flow.FlowConstructRunner
Deprecated.
Transport infrastructure is deprecated.
withSessionProperty(String, Object) - Method in class org.mule.functional.api.flow.TestEventBuilder
Deprecated.
Transport infrastructure is deprecated.
withSourceCorrelationId(String) - Method in class org.mule.functional.api.flow.FlowConstructRunner
Configures the product event to have the provided sourceCorrelationId.
withSourceCorrelationId(String) - Method in class org.mule.functional.api.flow.TestEventBuilder
Configures the product event to have the provided sourceCorrelationId.
withVariable(String, Object) - Method in class org.mule.functional.api.flow.FlowConstructRunner
Prepares a flow variable with the given key and value to be set in the Message to the configured flow.
withVariable(String, Object, DataType) - Method in class org.mule.functional.api.flow.FlowConstructRunner
Prepares a flow variable with the given key and value to be set in the Message to the configured flow.
withVariable(String, Object) - Method in class org.mule.functional.api.flow.TestEventBuilder
Prepares a flow variable with the given key and value to be set in the product.
withVariable(String, Object, DataType) - Method in class org.mule.functional.api.flow.TestEventBuilder
Prepares a flow variable with the given key and value to be set in the product.
write(String, InternalEvent) - Method in class org.mule.functional.client.TestConnectorConfig
Writes a even to to a given queue waiting if necessary for space to become available
A B C D E F G I K L M N O P Q R S T V W 
Skip navigation links

Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.