Skip navigation links
A B C D E F G I 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, Event) - Method in class org.mule.functional.api.component.FunctionalTestProcessor
Will append the value of FunctionalTestProcessor.getAppendString() to the contents of the message.
apply(Publisher<Event>) - Method in class org.mule.functional.api.component.ResponseAssertionMessageProcessor
 
AssertionMessageProcessor - Class in org.mule.functional.api.component
 
AssertionMessageProcessor() - Constructor for class org.mule.functional.api.component.AssertionMessageProcessor
 

B

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
 
dispose() - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
dispose() - Method in class org.mule.functional.api.component.LifecycleObject
 
doGetObject() - Method in class org.mule.functional.config.ReturnDataObjectFactory
 
doProcess(Event) - 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
 
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(Event, 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
 
FlowAssert - Class in org.mule.functional.api.component
 
FlowAssert() - Constructor for class org.mule.functional.api.component.FlowAssert
 
flowConstruct - Variable in class org.mule.functional.api.component.AssertionMessageProcessor
 
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(Event, FlowConstruct, 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 MuleContext.registerListener(ServerNotificationListener) 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
 
getAppendString() - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
getApplicationContext() - Method in class org.mule.functional.api.component.LifecycleObject
 
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
 
getEvent() - Method in class org.mule.functional.api.notification.FunctionalTestNotification
 
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
 
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
 
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
 
getObjectSerializer() - Method in class org.mule.functional.api.component.DependencyInjectionObject
 
getObjectStoreManager() - Method in class org.mule.functional.api.component.DependencyInjectionObject
 
getOtherLifecycleObject() - Method in class org.mule.functional.api.component.LifecycleObject
 
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.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.

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
 

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.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(Event) - Method in class org.mule.functional.api.component.AssertionMessageProcessor
 
process(Event) - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
process(Event) - Method in class org.mule.functional.api.component.InvocationCountMessageProcessor
 
process(Event) - Method in class org.mule.functional.api.component.ResponseAssertionMessageProcessor
 
process(Event) - Method in class org.mule.functional.api.component.ThrowProcessor
 
process(Event) - Method in class org.mule.functional.client.QueueReaderMessageProcessor
 
process(Event) - Method in class org.mule.functional.client.QueueWriterMessageProcessor
 

Q

QueueReaderMessageProcessor - Class in org.mule.functional.client
Reads Event 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 Event 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.component.AssertionMessageProcessor
 
reset() - Static method in class org.mule.functional.api.component.FlowAssert
 
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
 

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
 
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
 
setFailurePhase(String) - Method in class org.mule.functional.api.component.LifecycleObject
 
setFile(String) - Method in class org.mule.functional.config.ReturnDataObjectFactory
 
setFlowConstruct(FlowConstruct) - Method in class org.mule.functional.api.component.AssertionMessageProcessor
 
setFlowConstruct(FlowConstruct) - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
setFlowConstruct(FlowConstruct) - Method in class org.mule.functional.api.component.ResponseAssertionMessageProcessor
 
setFlowConstruct(FlowConstruct) - Method in class org.mule.functional.api.component.SharedSource
 
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.FunctionalTestProcessor
 
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.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
 
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
 
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
 
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
 
timeout - Variable in class org.mule.functional.api.component.AssertionMessageProcessor
 

V

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() - Static method in class org.mule.functional.api.component.FlowAssert
 
verify(String) - Static method in class org.mule.functional.api.component.FlowAssert
 
verify() - Method in class org.mule.functional.api.component.ResponseAssertionMessageProcessor
 

W

write(String, Event) - 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 L M N O P Q R S T V W 
Skip navigation links

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