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

A

AbstractLogChecker - Class in org.mule.functional.api.component
 
AbstractLogChecker() - Constructor for class org.mule.functional.api.component.AbstractLogChecker
 
acceptsAll() - Method in class org.mule.functional.api.component.OnErrorCheckLogHandler
 
addLifecycleCallback(FunctionalTestProcessor.LifecycleCallback) - Static method in class org.mule.functional.api.component.FunctionalTestProcessor
 
append(String, CoreEvent) - Method in class org.mule.functional.api.component.FunctionalTestProcessor
Will append the value of FunctionalTestProcessor.getAppendString() to the contents of the message.
apply(Publisher<CoreEvent>) - Method in class org.mule.functional.api.component.ResponseAssertionMessageProcessor
 
apply(Publisher<CoreEvent>) - Method in class org.mule.functional.api.component.TestNonBlockingProcessor
 
apply(Statement, Description) - Method in class org.mule.functional.api.exception.ExpectedError
assertAndSaveError(T, Matcher<T>, String, StringBuilder) - Method in class org.mule.functional.api.component.AbstractLogChecker
 
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.

C

check(String) - Method in class org.mule.functional.api.component.AbstractLogChecker
 
check(String) - Method in class org.mule.functional.api.component.EqualsLogChecker
 
check(String) - Method in interface org.mule.functional.api.component.LogChecker
The method should check the log according to the rules defined in the implementation.
check(String) - Method in class org.mule.functional.api.component.StacktraceLogChecker
 
check(String) - Method in class org.mule.functional.api.component.SummaryLogChecker
 
compatibleWith(StacktraceLogChecker.MethodCall) - Static method in class org.mule.functional.api.component.StacktraceLogChecker.MethodCall
Matcher to compare two Method calls.
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(Scheduler) - 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.FlowConstructRunner
 
dispose() - Method in class org.mule.functional.api.flow.FlowRunner
 
doGetObject() - Method in class org.mule.functional.config.ReturnDataObjectFactory
 
doLogException(String, Throwable) - Method in class org.mule.functional.api.component.OnErrorCheckLogHandler
 
doProcess(CoreEvent) - Method in class org.mule.functional.api.component.FunctionalTestProcessor
The service method that implements the test component logic.

E

equals(Object) - Method in class org.mule.functional.api.component.StacktraceLogChecker.ExceptionCause
 
EqualsLogChecker - Class in org.mule.functional.api.component
 
EqualsLogChecker() - Constructor for class org.mule.functional.api.component.EqualsLogChecker
 
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(CoreEvent, Object, MuleContext) - Method in interface org.mule.functional.api.component.EventCallback
 
EXCEPTION_MESSAGE - Static variable in exception org.mule.functional.api.exception.FunctionalTestException
 
ExceptionCause(String) - Constructor for class org.mule.functional.api.component.StacktraceLogChecker.ExceptionCause
 
ExceptionCause() - Constructor for class org.mule.functional.api.component.StacktraceLogChecker.ExceptionCause
 
expectCause(Matcher<? extends Throwable>) - Method in class org.mule.functional.api.exception.ExpectedError
 
ExpectedError - Class in org.mule.functional.api.exception
JUnit rule for Mule errors
expectError(String, String, Class<?>, String) - Method in class org.mule.functional.api.exception.ExpectedError
Helper method to configure all the matchers that can be used with this rule at the same time.
expectError(String, ErrorTypeDefinition, Class<?>, String) - Method in class org.mule.functional.api.exception.ExpectedError
Helper method to configure all the matchers that can be used with this rule at the same time.
expectErrorMessage(Matcher<? extends Message>) - Method in class org.mule.functional.api.exception.ExpectedError
 
expectErrorType(String, String) - Method in class org.mule.functional.api.exception.ExpectedError
 
expectErrorType(Matcher<String>, Matcher<String>) - Method in class org.mule.functional.api.exception.ExpectedError
 
expectErrorType(ErrorTypeMatcher) - Method in class org.mule.functional.api.exception.ExpectedError
 
expectEvent(Matcher<? extends CoreEvent>) - Method in class org.mule.functional.api.exception.ExpectedError
 
expectFailingComponent(Matcher<? extends Component>) - Method in class org.mule.functional.api.exception.ExpectedError
 
expectMessage(Matcher<String>) - Method in class org.mule.functional.api.exception.ExpectedError
 
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(Registry) - 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(Registry, 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
 
getCheckers() - Method in class org.mule.functional.api.component.OnErrorCheckLogHandler
 
getClazz() - Method in class org.mule.functional.api.component.StacktraceLogChecker.MethodCall
 
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
 
getCurrentEvent() - Static method in class org.mule.functional.api.event.TestLegacyEventUtils
Return the event associated with the currently executing thread.
getEffectiveExceptionHandler(CoreEvent) - Static method in class org.mule.functional.api.event.TestLegacyEventUtils
 
getEventCallback() - Method in class org.mule.functional.api.component.FunctionalTestProcessor
An event callback is called when a message is received by the service.
getEventName() - Method in class org.mule.functional.api.notification.FunctionalTestNotification
 
getException() - Method in class org.mule.functional.api.component.StacktraceLogChecker.ExceptionCause
 
getExceptionText() - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
getExceptionToThrow() - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
getExpectedCalls() - Method in class org.mule.functional.api.component.StacktraceLogChecker
 
getExpectedExceptionCauses() - Method in class org.mule.functional.api.component.StacktraceLogChecker
 
getExpectedInfo() - Method in class org.mule.functional.api.component.SummaryLogChecker
 
getExpectedLogMessage() - Method in class org.mule.functional.api.component.EqualsLogChecker
 
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(ConfigurationComponentLocator, String) - Static method in class org.mule.functional.api.component.FunctionalTestProcessor
 
getKey() - Method in class org.mule.functional.api.component.SummaryLogChecker.SummaryInfo
 
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
 
getLineNumber() - Method in class org.mule.functional.api.component.StacktraceLogChecker.MethodCall
 
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
 
getMessageLinesFromLogLines(List<String>) - Method in class org.mule.functional.api.component.AbstractLogChecker
Extracts the message part of the log.
getMethod() - Method in class org.mule.functional.api.component.StacktraceLogChecker.MethodCall
 
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
 
getPackageName() - Method in class org.mule.functional.api.component.StacktraceLogChecker.MethodCall
 
getProcessingType() - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
getProcessingType() - Method in class org.mule.functional.api.component.TestNonBlockingProcessor
Force the proactor to change the thread.
getProcessorsTrace(CoreEvent) - Static method in class org.mule.functional.api.event.TestLegacyEventUtils
Events have a list of message processor paths it went trough so that the execution path of an event can be reconstructed after it has executed.
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
 
getSessionProperty(CoreEvent, String) - Static method in class org.mule.functional.api.event.TestLegacyEventUtils
 
getSessionPropertyDataType(CoreEvent, String) - Static method in class org.mule.functional.api.event.TestLegacyEventUtils
 
getShouldFilterLogMessage() - Method in class org.mule.functional.api.component.EqualsLogChecker
 
getStacktraceLinesFromLogLines(List<String>) - Method in class org.mule.functional.api.component.AbstractLogChecker
Extracts the stack trace from the log, ignoring any other information that could be there.
getTransformationService() - Method in class org.mule.functional.api.component.DependencyInjectionObject
 
getValue() - Method in class org.mule.functional.api.component.SummaryLogChecker.SummaryInfo
 
getWaitTime() - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
getXmlNamespacesInfo() - Method in class org.mule.functional.config.TestXmlNamespaceInfoProvider
 

H

HANDLER - Static variable in class org.mule.functional.api.event.TestLegacyEventUtils
 
hashCode() - Method in class org.mule.functional.api.component.StacktraceLogChecker.ExceptionCause
 
hashCode() - Method in class org.mule.functional.api.component.StacktraceLogChecker.MethodCall
 

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
 
isExclusiveContent() - Method in class org.mule.functional.api.component.SummaryLogChecker
 
isLineNumberSet() - Method in class org.mule.functional.api.component.StacktraceLogChecker.MethodCall
 
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
 
LogChecker - Interface in org.mule.functional.api.component
 

M

message - Variable in class org.mule.functional.api.component.AssertionMessageProcessor
 
MethodCall() - Constructor for class org.mule.functional.api.component.StacktraceLogChecker.MethodCall
 
MethodCall(String, String, String) - Constructor for class org.mule.functional.api.component.StacktraceLogChecker.MethodCall
 
MethodCall(String, String, String, Integer) - Constructor for class org.mule.functional.api.component.StacktraceLogChecker.MethodCall
 

N

needToMatchCount - Variable in class org.mule.functional.api.component.AssertionMessageProcessor
 
none() - Static method in class org.mule.functional.api.exception.ExpectedError
 

O

OnErrorCheckLogHandler - Class in org.mule.functional.api.component
 
OnErrorCheckLogHandler() - Constructor for class org.mule.functional.api.component.OnErrorCheckLogHandler
 
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.event - package org.mule.functional.api.event
 
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.api.registry - package org.mule.functional.api.registry
 
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.
process(CoreEvent) - Method in class org.mule.functional.api.component.AssertionMessageProcessor
 
process(CoreEvent) - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
process(CoreEvent) - Method in class org.mule.functional.api.component.InvocationCountMessageProcessor
 
process(CoreEvent) - Method in class org.mule.functional.api.component.QueueReaderMessageProcessor
 
process(CoreEvent) - Method in class org.mule.functional.api.component.ResponseAssertionMessageProcessor
 
process(CoreEvent) - Method in class org.mule.functional.api.component.TestNonBlockingProcessor
 
process(CoreEvent) - Method in class org.mule.functional.api.component.ThrowProcessor
 
process(CoreEvent) - Method in class org.mule.functional.client.QueueWriterMessageProcessor
 

Q

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

R

read(String) - Method in class org.mule.functional.api.component.TestConnectorQueueHandler
Reads an event from a given queue waiting if necessary until an element becomes available.
read(String, long) - Method in class org.mule.functional.api.component.TestConnectorQueueHandler
Reads an event from a given queue waiting up to the specified wait time if necessary for an element to become available.
registerObject(MuleContext, String, Object) - Static method in class org.mule.functional.api.registry.TestRegistryUtils
Deprecated.
Registers an object in the registry with a key.
registry - Variable in class org.mule.functional.api.flow.FlowConstructRunner
 
removeLifecycleCallback(FunctionalTestProcessor.LifecycleCallback) - Static method in class org.mule.functional.api.component.FunctionalTestProcessor
 
removeSessionProperty(CoreEvent, String) - Static method in class org.mule.functional.api.event.TestLegacyEventUtils
 
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
 
route(Exception) - Method in class org.mule.functional.api.component.OnErrorCheckLogHandler
 
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.
runExpectingException(ErrorTypeMatcher) - Method in class org.mule.functional.api.flow.FlowRunner
Runs the specified flow with the provided event and configuration expecting a failure with an error type that matches the given matcher.
runExpectingException(Matcher<Throwable>) - Method in class org.mule.functional.api.flow.FlowRunner
Runs the specified flow with the provided event and configuration expecting a failure with a cause that matches the given matcher.
runExpectingException(EventMatcher) - Method in class org.mule.functional.api.flow.FlowRunner
Runs the specified flow with the provided event and configuration expecting a failure with an CoreEvent that matches the given errorEventMatcher.
runExpectingException(ErrorTypeMatcher, Matcher<CoreEvent>) - Method in class org.mule.functional.api.flow.FlowRunner
Runs the specified flow with the provided event and configuration expecting a failure with an CoreEvent that matches the given errorEventMatcher.
runExpectingException(Matcher<Throwable>, Matcher<CoreEvent>) - Method in class org.mule.functional.api.flow.FlowRunner
Runs the specified flow with the provided event and configuration expecting a failure with an CoreEvent that matches the given errorEventMatcher.
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
 
setCheckers(List<LogChecker>) - Method in class org.mule.functional.api.component.OnErrorCheckLogHandler
 
setClazz(String) - Method in class org.mule.functional.api.component.StacktraceLogChecker.MethodCall
 
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(String) - Method in class org.mule.functional.api.component.StacktraceLogChecker.ExceptionCause
 
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
 
setExclusiveContent(boolean) - Method in class org.mule.functional.api.component.SummaryLogChecker
 
setExpectedCalls(List<StacktraceLogChecker.MethodCall>) - Method in class org.mule.functional.api.component.StacktraceLogChecker
 
setExpectedExceptionCauses(List<StacktraceLogChecker.ExceptionCause>) - Method in class org.mule.functional.api.component.StacktraceLogChecker
 
setExpectedInfo(List<SummaryLogChecker.SummaryInfo>) - Method in class org.mule.functional.api.component.SummaryLogChecker
 
setExpectedLogMessage(String) - Method in class org.mule.functional.api.component.EqualsLogChecker
 
setExpression(String) - Method in class org.mule.functional.api.component.AssertionMessageProcessor
 
setExpressionManager(ExpressionManager) - Method in class org.mule.functional.api.component.AssertionMessageProcessor
 
setExternalCompletionCallback(CompletableFuture<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
 
setKey(String) - Method in class org.mule.functional.api.component.SummaryLogChecker.SummaryInfo
 
setLineNumber(Integer) - Method in class org.mule.functional.api.component.StacktraceLogChecker.MethodCall
 
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
 
setMethod(String) - Method in class org.mule.functional.api.component.StacktraceLogChecker.MethodCall
 
setMuleContext(MuleContext) - Method in class org.mule.functional.api.component.SharedConfig
 
setMuleContext(MuleContext) - Method in class org.mule.functional.api.component.SharedSource
 
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
 
setPackageName(String) - Method in class org.mule.functional.api.component.StacktraceLogChecker.MethodCall
 
setProcessingType(ReactiveProcessor.ProcessingType) - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
setProcessorClass(String) - Method in class org.mule.functional.api.component.FunctionalTestProcessor
 
setPropagate(boolean) - Method in class org.mule.functional.api.component.OnErrorCheckLogHandler
 
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.
setShouldFilterLogMessage(boolean) - Method in class org.mule.functional.api.component.EqualsLogChecker
 
setSucceedIfNoLog(boolean) - Method in class org.mule.functional.api.component.OnErrorCheckLogHandler
 
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.
setValue(String) - Method in class org.mule.functional.api.component.SummaryLogChecker.SummaryInfo
 
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
 
splitLines(String) - Method in class org.mule.functional.api.component.AbstractLogChecker
 
splitLines(String) - Method in class org.mule.functional.api.component.EqualsLogChecker
 
spyObjects() - Method in class org.mule.functional.api.flow.FlowConstructRunner
Will spy the built Message and CoreEvent.
spyObjects() - Method in class org.mule.functional.api.flow.TestEventBuilder
Will spy the built Message and CoreEvent.
STACKTRACE_COLLAPSED_INFORMATION_REGEX_PATTERN - Static variable in class org.mule.functional.api.component.AbstractLogChecker
 
STACKTRACE_EXCEPTION_CAUSE_REGEX_PATTERN - Static variable in class org.mule.functional.api.component.AbstractLogChecker
 
STACKTRACE_FILTERED_ENTRY_REGEX_PATTERN - Static variable in class org.mule.functional.api.component.AbstractLogChecker
 
STACKTRACE_METHOD_CALL_REGEX_PATTERN - Static variable in class org.mule.functional.api.component.AbstractLogChecker
 
StacktraceLogChecker - Class in org.mule.functional.api.component
 
StacktraceLogChecker() - Constructor for class org.mule.functional.api.component.StacktraceLogChecker
 
StacktraceLogChecker.ExceptionCause - Class in org.mule.functional.api.component
 
StacktraceLogChecker.MethodCall - Class in org.mule.functional.api.component
 
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.OnErrorCheckLogHandler
 
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
 
SummaryInfo() - Constructor for class org.mule.functional.api.component.SummaryLogChecker.SummaryInfo
 
SummaryInfo(String, String) - Constructor for class org.mule.functional.api.component.SummaryLogChecker.SummaryInfo
 
SummaryInfo(String) - Constructor for class org.mule.functional.api.component.SummaryLogChecker.SummaryInfo
 
SummaryLogChecker - Class in org.mule.functional.api.component
 
SummaryLogChecker() - Constructor for class org.mule.functional.api.component.SummaryLogChecker
 
SummaryLogChecker.SummaryInfo - Class in org.mule.functional.api.component
 

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
 
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
 
TestConnectorQueueHandler - Class in org.mule.functional.api.component
 
TestConnectorQueueHandler(Registry) - Constructor for class org.mule.functional.api.component.TestConnectorQueueHandler
 
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
 
TestLegacyEventUtils - Class in org.mule.functional.api.event
Test utilities to access encapsulated fields and behavior from CoreEvents.
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
 
TestRegistryUtils - Class in org.mule.functional.api.registry
Deprecated.
inject Registry where possible instead of using this utility.
TestRegistryUtils() - Constructor for class org.mule.functional.api.registry.TestRegistryUtils
Deprecated.
 
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
 
toString() - Method in class org.mule.functional.api.component.StacktraceLogChecker.ExceptionCause
 
toString() - Method in class org.mule.functional.api.component.StacktraceLogChecker.MethodCall
 
toString() - Method in class org.mule.functional.api.exception.ExpectedError
 
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.OnErrorCheckLogHandler
 
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 CoreEvent 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
withCorrelation(GroupCorrelation) - Method in class org.mule.functional.api.flow.TestEventBuilder
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.
withItemSequenceInfo(ItemSequenceInfo) - Method in class org.mule.functional.api.flow.FlowConstructRunner
Configures the product event to have the provided itemSequenceInfo.
withItemSequenceInfo(ItemSequenceInfo) - Method in class org.mule.functional.api.flow.TestEventBuilder
Configures the product event to have the provided itemSequenceInfo.
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 CoreEvent 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 CoreEvent 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 CoreEvent 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, CoreEvent) - Method in class org.mule.functional.api.component.TestConnectorQueueHandler
Writes a event to a given queue waiting if necessary for space to become available
write(String, CoreEvent) - 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 H I K L M N O P Q R S T V W 
Skip navigation links

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