A B C D E F G I L M N O P Q R S T U V W

A

AbstractConfigBuilderTestCase - Class in org.mule.tck
 
AbstractConfigBuilderTestCase(boolean) - Constructor for class org.mule.tck.AbstractConfigBuilderTestCase
 
AbstractScriptConfigBuilderTestCase - Class in org.mule.tck
 
AbstractScriptConfigBuilderTestCase() - Constructor for class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
AbstractScriptConfigBuilderTestCase(boolean) - Constructor for class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
AbstractServiceAndFlowTestCase - Class in org.mule.tck
Deprecated. 
AbstractServiceAndFlowTestCase(AbstractServiceAndFlowTestCase.ConfigVariant, String) - Constructor for class org.mule.tck.AbstractServiceAndFlowTestCase
Deprecated.  
AbstractServiceAndFlowTestCase.ConfigVariant - Enum in org.mule.tck
Deprecated.  
addLifecycleCallback(FunctionalTestComponent.LifecycleCallback) - Static method in class org.mule.tck.functional.FunctionalTestComponent
 
addPerson(Person) - Method in interface org.mule.tck.testmodels.services.PeopleService
 
addPerson(String, String) - Method in interface org.mule.tck.testmodels.services.PeopleService
 
addPerson(Person) - Method in class org.mule.tck.testmodels.services.TestServiceComponent
 
addPerson(String, String) - Method in class org.mule.tck.testmodels.services.TestServiceComponent
 
Address - Class in org.mule.tck.testmodels.services
Address is a Persons address
Address() - Constructor for class org.mule.tck.testmodels.services.Address
 
Address(String, String) - Constructor for class org.mule.tck.testmodels.services.Address
 
addToEnvironment(String, Object) - Method in class org.mule.tck.jndi.InMemoryContext
 
append(String, MuleMessage) - Method in class org.mule.tck.functional.FunctionalTestComponent
Will append the value of FunctionalTestComponent.getAppendString() to the contents of the message.
appendDefault(String) - Static method in class org.mule.tck.functional.StringAppendTestTransformer
 
AssertionMessageProcessor - Class in org.mule.tck.functional
 
AssertionMessageProcessor() - Constructor for class org.mule.tck.functional.AssertionMessageProcessor
 
authenticate(Authentication) - Method in class org.mule.tck.security.TestMultiuserSecurityProvider
 
authenticate(Authentication) - Method in class org.mule.tck.security.TestSingleUserSecurityProvider
 
await() - Method in class org.mule.tck.concurrency.TestingThread
Block until the thread completes its doRun() method.
await(long) - Method in class org.mule.tck.functional.CountdownCallback
 
AWAIT_TIMEOUT - Static variable in class org.mule.tck.concurrency.TestingThread
 

B

bind(Name, Object) - Method in class org.mule.tck.jndi.InMemoryContext
 
bind(String, Object) - Method in class org.mule.tck.jndi.InMemoryContext
 

C

cleanupDerbyDb(String) - Static method in class org.mule.tck.util.MuleDerbyTestUtils
 
cleanupDerbyDb(String, String) - Static method in class org.mule.tck.util.MuleDerbyTestUtils
 
clearFlowAssertions() - Method in class org.mule.tck.junit4.FunctionalTestCase
 
close() - Method in class org.mule.tck.jndi.InMemoryContext
 
composeName(Name, Name) - Method in class org.mule.tck.jndi.InMemoryContext
 
composeName(String, String) - Method in class org.mule.tck.jndi.InMemoryContext
 
configResources - Variable in class org.mule.tck.AbstractServiceAndFlowTestCase
Deprecated.  
connect() - Method in class org.mule.tck.util.ftp.FtpClient
Initiate a connection to the ftp server
contains(Serializable) - Method in class org.mule.tck.util.FakeObjectStore
 
count - Variable in class org.mule.tck.testmodels.services.TestComponent
 
count - Variable in class org.mule.tck.testmodels.services.TestReceiver
 
CountdownCallback - Class in org.mule.tck.functional
 
CountdownCallback(int) - Constructor for class org.mule.tck.functional.CountdownCallback
 
CounterCallback - Class in org.mule.tck.functional
A test callback that counts the number of messages received.
CounterCallback() - Constructor for class org.mule.tck.functional.CounterCallback
 
CounterCallback(AtomicInteger) - Constructor for class org.mule.tck.functional.CounterCallback
 
countFailOrNullEvent() - Method in class org.mule.tck.functional.AssertionMessageProcessor
 
createDataBase(String) - Static method in class org.mule.tck.util.MuleDerbyTestUtils
Create a new embedded database
createDataBase(String, String) - Static method in class org.mule.tck.util.MuleDerbyTestUtils
Create a new embedded database
createDataBase(String, String[]) - Static method in class org.mule.tck.util.MuleDerbyTestUtils
Create a new embedded database
createDataBase(String, String[], Properties) - Static method in class org.mule.tck.util.MuleDerbyTestUtils
Create a new embedded database
createSubcontext(Name) - Method in class org.mule.tck.jndi.InMemoryContext
 
createSubcontext(String) - Method in class org.mule.tck.jndi.InMemoryContext
 

D

DateService - Interface in org.mule.tck.testmodels.services
DateService defines a Date service
decrypt(byte[], Object) - Method in class org.mule.tck.security.MockEncryptionStrategy
 
decrypt(InputStream, Object) - Method in class org.mule.tck.security.MockEncryptionStrategy
 
DEFAULT_PORT - Static variable in class org.mule.tck.util.ftp.Server
 
DEFAULT_TEXT - Static variable in class org.mule.tck.functional.StringAppendTestTransformer
 
defaultDerbyCleanAndInit(String, String) - Static method in class org.mule.tck.util.MuleDerbyTestUtils
 
deleteDir(String) - Method in class org.mule.tck.util.ftp.FtpClient
Delete a directory
deleteFile(String) - Method in class org.mule.tck.util.ftp.FtpClient
Delete a single file.
destroySubcontext(Name) - Method in class org.mule.tck.jndi.InMemoryContext
 
destroySubcontext(String) - Method in class org.mule.tck.jndi.InMemoryContext
 
dirExists(String) - Method in class org.mule.tck.util.ftp.FtpClient
Check if a directory exists by trying to go to it
disconnect() - Method in class org.mule.tck.util.ftp.FtpClient
Disconnect the ftp client
dispose() - Method in class org.mule.tck.functional.FunctionalTestComponent
 
dispose() - Method in class org.mule.tck.testmodels.services.TestServiceComponent
A lifecycle method where implementor should free up any resources.
doHandleException(Exception, MuleEvent) - Method in class org.mule.tck.functional.QuietExceptionStrategy
 
doInitialise() - Method in class org.mule.tck.security.TestMultiuserSecurityProvider
 
doRun() - Method in class org.mule.tck.concurrency.TestingThread
 
doSetUp() - Method in class org.mule.tck.AbstractServiceAndFlowTestCase
Deprecated.  
doSetUp() - Method in class org.mule.tck.DynamicPortTestCase
Deprecated.  
doSetUpForFlow() - Method in class org.mule.tck.AbstractServiceAndFlowTestCase
Deprecated.  
doSetUpForService() - Method in class org.mule.tck.AbstractServiceAndFlowTestCase
Deprecated.  
doTearDown() - Method in class org.mule.tck.DynamicPortTestCase
Deprecated.  
doTransform(Object, String) - Method in class org.mule.tck.transformer.NoActionTransformer
 
doTransform(Object, String) - Method in class org.mule.tck.transformer.ValidateResponse
 
DynamicPortTestCase - Class in org.mule.tck
Deprecated. 
DynamicPortTestCase() - Constructor for class org.mule.tck.DynamicPortTestCase
Deprecated.  

E

echo(InputStream) - Method in class org.mule.tck.functional.FunctionalStreamingEchoComponent
 
echo(String) - Method in class org.mule.tck.testmodels.services.TestServiceComponent
 
encrypt(byte[], Object) - Method in class org.mule.tck.security.MockEncryptionStrategy
 
encrypt(InputStream, Object) - Method in class org.mule.tck.security.MockEncryptionStrategy
 
EVENT_RECEIVED - Static variable in class org.mule.tck.functional.FunctionalTestNotification
 
EventCallback - Interface in org.mule.tck.functional
The scope of the MuleEvent Callback is to be able to get a the message currently being processed by the FunctionalTestComponent and make assertions on the message payload, headers or attachments or to make changes required for the test.
eventReceived(MuleEventContext, Object) - Method in class org.mule.tck.functional.CountdownCallback
 
eventReceived(MuleEventContext, Object) - Method in class org.mule.tck.functional.CounterCallback
 
eventReceived(MuleEventContext, Object) - Method in interface org.mule.tck.functional.EventCallback
 
eventReceived(MuleEventContext, Object) - Method in class org.mule.tck.functional.ResponseWriterCallback
 
EXCEPTION_MESSAGE - Static variable in exception org.mule.tck.exceptions.FunctionalTestException
 
EXCEPTION_MESSAGE - Static variable in class org.mule.tck.testmodels.services.TestComponent
 
expectFileCount(String, int, long) - Method in class org.mule.tck.util.ftp.FtpClient
Verify that a number of files exist on the ftp server
expressionFailed() - Method in class org.mule.tck.functional.AssertionMessageProcessor
 

F

FakeLock - Class in org.mule.tck.util
 
FakeLock() - Constructor for class org.mule.tck.util.FakeLock
 
FakeObjectStore<T extends Serializable> - Class in org.mule.tck.util
 
FakeObjectStore() - Constructor for class org.mule.tck.util.FakeObjectStore
 
fileExists(String) - Method in class org.mule.tck.util.ftp.FtpClient
Check if a file exists on the ftp server
fileMoveCompleted() - Method in interface org.mule.tck.util.ftp.MuleFtplet.Callback
 
fileUploadCompleted() - Method in interface org.mule.tck.util.ftp.MuleFtplet.Callback
 
FloridaSunnyOrangeFactory - Class in org.mule.tck.testmodels.fruit
A simple object factory for unit testing.
FloridaSunnyOrangeFactory() - Constructor for class org.mule.tck.testmodels.fruit.FloridaSunnyOrangeFactory
 
FloridaSunnyOrangeFactoryBean - Class in org.mule.tck.testmodels.fruit
A Spring FactoryBean implementation for unit testing.
FloridaSunnyOrangeFactoryBean() - Constructor for class org.mule.tck.testmodels.fruit.FloridaSunnyOrangeFactoryBean
 
FlowAssert - Class in org.mule.tck.functional
 
FlowAssert() - Constructor for class org.mule.tck.functional.FlowAssert
 
FTP_SERVER_BASE_DIR - Static variable in class org.mule.tck.util.ftp.FtpServer
 
FtpClient - Class in org.mule.tck.util.ftp
Ftp client wrapper for working with an FTP server.
FtpClient(String, int, String, String) - Constructor for class org.mule.tck.util.ftp.FtpClient
 
FtpServer - Class in org.mule.tck.util.ftp
 
FtpServer(String, int, String, String) - Constructor for class org.mule.tck.util.ftp.FtpServer
 
FunctionalStreamingEchoComponent - Class in org.mule.tck.functional
 
FunctionalStreamingEchoComponent() - Constructor for class org.mule.tck.functional.FunctionalStreamingEchoComponent
 
FunctionalStreamingTestComponent - Class in org.mule.tck.functional
A service that can be used by streaming functional tests.
FunctionalStreamingTestComponent() - Constructor for class org.mule.tck.functional.FunctionalStreamingTestComponent
 
FunctionalTestCase - Class in org.mule.tck
Deprecated. 
FunctionalTestCase() - Constructor for class org.mule.tck.FunctionalTestCase
Deprecated.  
FunctionalTestCase - Class in org.mule.tck.junit4
A base test case for tests that initialize Mule using a configuration file.
FunctionalTestCase() - Constructor for class org.mule.tck.junit4.FunctionalTestCase
 
FunctionalTestComponent - Class in org.mule.tck.functional
FunctionalTestComponent is a service that can be used by functional tests.
FunctionalTestComponent() - Constructor for class org.mule.tck.functional.FunctionalTestComponent
 
FunctionalTestComponent.LifecycleCallback - Interface in org.mule.tck.functional
 
FunctionalTestException - Exception in org.mule.tck.exceptions
 
FunctionalTestException() - Constructor for exception org.mule.tck.exceptions.FunctionalTestException
 
FunctionalTestException(String) - Constructor for exception org.mule.tck.exceptions.FunctionalTestException
 
FunctionalTestNotification - Class in org.mule.tck.functional
A FunctionlTestNotification is fired by the FunctionalTestComponent when it receives an event.
FunctionalTestNotification(Object, int) - Constructor for class org.mule.tck.functional.FunctionalTestNotification
 
FunctionalTestNotification(MuleEventContext, Object, int) - Constructor for class org.mule.tck.functional.FunctionalTestNotification
 
FunctionalTestNotificationListener - Interface in org.mule.tck.functional
By implementing this listener interface and registering the object with the MuleContext.registerListener(ServerNotificationListener) You can receive FunctionalTestNotifications from the FunctionalTestComponent.

G

getAddress() - Method in class org.mule.tck.testmodels.services.Address
 
getAddress() - Method in class org.mule.tck.testmodels.services.Person
 
getAppendString() - Method in class org.mule.tck.functional.FunctionalTestComponent
 
getBuilder() - Method in class org.mule.tck.FunctionalTestCase
Deprecated.  
getBuilder() - Method in class org.mule.tck.junit4.FunctionalTestCase
 
getCallbackCount() - Method in class org.mule.tck.functional.CounterCallback
 
getComponent(String) - Method in class org.mule.tck.FunctionalTestCase
Deprecated. Returns an instance of the service's component object.
getComponent(FlowConstruct) - Method in class org.mule.tck.FunctionalTestCase
Deprecated. Returns an instance of the service's component object.
getComponent(String) - Method in class org.mule.tck.junit4.FunctionalTestCase
Returns an instance of the service's component object.
getComponent(FlowConstruct) - Method in class org.mule.tck.junit4.FunctionalTestCase
Returns an instance of the service's component object.
getConfigResources() - Method in class org.mule.tck.AbstractServiceAndFlowTestCase
Deprecated.  
getConfigResources() - Method in class org.mule.tck.FunctionalTestCase
Deprecated.  
getConfigResources() - Method in class org.mule.tck.junit4.FunctionalTestCase
 
getCount() - Method in class org.mule.tck.functional.CountdownCallback
 
getDate() - Method in interface org.mule.tck.testmodels.services.DateService
 
getDate() - Method in class org.mule.tck.testmodels.services.TestServiceComponent
 
getEnvironment() - Method in class org.mule.tck.jndi.InMemoryContext
 
getEventCallback() - Method in class org.mule.tck.functional.FunctionalTestComponent
An event callback is called when a message is received by the service.
getEventContext() - Method in class org.mule.tck.functional.FunctionalTestNotification
 
getException() - Method in class org.mule.tck.concurrency.TestingThread
 
getExceptionText() - Method in class org.mule.tck.functional.FunctionalTestComponent
 
getExceptionToThrow() - Method in class org.mule.tck.functional.FunctionalTestComponent
 
getFileList(String) - Method in class org.mule.tck.util.ftp.FtpClient
Get a list of file names in a given directory for admin
getFirstName() - Method in class org.mule.tck.testmodels.services.Person
 
getFlowConstruct(String) - Method in class org.mule.tck.FunctionalTestCase
Deprecated.  
getFlowConstruct(String) - Method in class org.mule.tck.junit4.FunctionalTestCase
 
getFtpClient() - Method in class org.mule.tck.util.ftp.FtpServer
 
getFunctionalTestComponent(String) - Method in class org.mule.tck.FunctionalTestCase
Deprecated. A convenience method to get a type-safe reference to the FunctionTestComponent
getFunctionalTestComponent(String) - Method in class org.mule.tck.junit4.FunctionalTestCase
A convenience method to get a type-safe reference to the FunctionTestComponent
getInitialContext() - Method in class org.mule.tck.jndi.InMemoryContextFactory
 
getInitialContext(Hashtable) - Method in class org.mule.tck.jndi.InMemoryContextFactory
 
getInitialContext() - Method in class org.mule.tck.jndi.TestContextFactory
 
getInitialContext(Hashtable) - Method in class org.mule.tck.jndi.TestContextFactory
 
getKey() - Method in class org.mule.tck.security.MockKeyFactory
 
getLastName() - Method in class org.mule.tck.testmodels.services.Person
 
getLastReceivedMessage() - Method in class org.mule.tck.functional.FunctionalTestComponent
If enableMessageHistory = true, returns the last message received by the service in chronological order.
getName() - Method in class org.mule.tck.security.Named
 
getNameInNamespace() - Method in class org.mule.tck.jndi.InMemoryContext
 
getNameParser(Name) - Method in class org.mule.tck.jndi.InMemoryContext
 
getNameParser(String) - Method in class org.mule.tck.jndi.InMemoryContext
 
getNumber() - Method in class org.mule.tck.functional.FunctionalStreamingTestComponent
 
getNumPortsToFind() - Method in class org.mule.tck.DynamicPortTestCase
Deprecated.  
getObject() - Method in class org.mule.tck.testmodels.fruit.FloridaSunnyOrangeFactoryBean
 
getObjectType() - Method in class org.mule.tck.testmodels.fruit.FloridaSunnyOrangeFactoryBean
 
getPeople() - Method in interface org.mule.tck.testmodels.services.PeopleService
 
getPeople() - Method in class org.mule.tck.testmodels.services.TestServiceComponent
 
getPerson(String) - Method in interface org.mule.tck.testmodels.services.PeopleService
 
getPerson() - Method in class org.mule.tck.testmodels.services.PersonResponse
 
getPerson(String) - Method in class org.mule.tck.testmodels.services.TestServiceComponent
 
getPostcode() - Method in class org.mule.tck.testmodels.services.Address
 
getRadius() - Method in class org.mule.tck.testmodels.fruit.FloridaSunnyOrangeFactoryBean
 
getReceivedMessage(int) - Method in class org.mule.tck.functional.FunctionalTestComponent
If enableMessageHistory = true, returns a message received by the service in chronological order.
getReceivedMessagesCount() - Method in class org.mule.tck.functional.FunctionalTestComponent
If enableMessageHistory = true, returns the number of messages received by this service.
getReplyMessage() - Method in class org.mule.tck.functional.FunctionalTestNotification
 
getReturnData() - Method in class org.mule.tck.functional.FunctionalTestComponent
Often you will may want to return a fixed message payload to simulate and external system call.
getSegments() - Method in class org.mule.tck.testmodels.fruit.FloridaSunnyOrangeFactoryBean
 
getSummary() - Method in class org.mule.tck.functional.FunctionalStreamingTestComponent
 
getTestHeader() - Method in class org.mule.tck.AbstractServiceAndFlowTestCase
Deprecated.  
getTime() - Method in class org.mule.tck.testmodels.services.PersonResponse
 
getWaitTime() - Method in class org.mule.tck.functional.FunctionalTestComponent
 
giveMeAnOrange() - Static method in class org.mule.tck.testmodels.fruit.FloridaSunnyOrangeFactory
 

I

inc() - Method in class org.mule.tck.testmodels.services.TestComponent
 
inc() - Method in class org.mule.tck.testmodels.services.TestReceiver
 
incCallbackCount() - Method in class org.mule.tck.functional.CounterCallback
Increment callback count.
init() - Method in class org.mule.tck.config.TestNamespaceHandler
 
initialise() - Method in class org.mule.tck.functional.FunctionalTestComponent
 
initialise() - Method in class org.mule.tck.security.MockEncryptionStrategy
 
InMemoryContext - Class in org.mule.tck.jndi
Simple in-memory JNDI context for unit testing.
InMemoryContext() - Constructor for class org.mule.tck.jndi.InMemoryContext
 
InMemoryContextFactory - Class in org.mule.tck.jndi
Simple in-memory JNDI context for unit testing.
InMemoryContextFactory() - Constructor for class org.mule.tck.jndi.InMemoryContextFactory
 
isAcceptNull() - Method in class org.mule.tck.transformer.NoActionTransformer
 
isConnected() - Method in class org.mule.tck.util.ftp.FtpClient
Check if the ftp client is connected
isDoInboundTransform() - Method in class org.mule.tck.functional.FunctionalTestComponent
 
isEnableMessageHistory() - Method in class org.mule.tck.functional.FunctionalTestComponent
 
isEnableNotifications() - Method in class org.mule.tck.functional.FunctionalTestComponent
 
isExpectTransaction() - Method in class org.mule.tck.functional.TransactionalFunctionalTestComponent
 
isGracefulShutdown() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
isLogMessageDetails() - Method in class org.mule.tck.functional.FunctionalTestComponent
 
isPersistent() - Method in class org.mule.tck.util.FakeObjectStore
 
isRedeliver() - Method in class org.mule.tck.functional.QuietExceptionStrategy
 
isRollback() - Method in class org.mule.tck.functional.TransactionalFunctionalTestComponent
 
isSingleton() - Method in class org.mule.tck.testmodels.fruit.FloridaSunnyOrangeFactoryBean
 
isThrowException() - Method in class org.mule.tck.functional.FunctionalTestComponent
Sometimes you will want the service to always throw an exception, if this is the case you can set the 'throwException' property to true.
isWebServiceOnline() - Static method in class org.mule.tck.util.WebServiceOnlineCheck
 
ITestComponent - Interface in org.mule.tck.testmodels.services
Interface for TestComponent (to make it easier to host the service on Axis)

L

list(Name) - Method in class org.mule.tck.jndi.InMemoryContext
 
list(String) - Method in class org.mule.tck.jndi.InMemoryContext
 
listBindings(Name) - Method in class org.mule.tck.jndi.InMemoryContext
 
listBindings(String) - Method in class org.mule.tck.jndi.InMemoryContext
 
loadDatabaseName(String, String) - Static method in class org.mule.tck.util.MuleDerbyTestUtils
 
loadResource(String) - Method in class org.mule.tck.FunctionalTestCase
Deprecated.  
loadResource(String) - Method in class org.mule.tck.junit4.FunctionalTestCase
 
loadResourceAsString(String) - Method in class org.mule.tck.FunctionalTestCase
Deprecated.  
loadResourceAsString(String) - Method in class org.mule.tck.junit4.FunctionalTestCase
 
lock() - Method in class org.mule.tck.util.FakeLock
 
lockInterruptibly() - Method in class org.mule.tck.util.FakeLock
 
logException(Throwable) - Method in class org.mule.tck.functional.QuietExceptionStrategy
 
logger - Variable in class org.mule.tck.functional.FunctionalStreamingTestComponent
 
logger - Variable in class org.mule.tck.functional.FunctionalTestComponent
 
logger - Static variable in class org.mule.tck.security.TestSecurityComponent
 
logger - Variable in class org.mule.tck.security.TestSingleUserSecurityProvider
 
logger - Static variable in class org.mule.tck.testmodels.services.TestComponent
 
logger - Static variable in class org.mule.tck.testmodels.services.TestReceiver
 
logger - Variable in class org.mule.tck.util.ftp.FtpClient
 
lookup(Name) - Method in class org.mule.tck.jndi.InMemoryContext
 
lookup(String) - Method in class org.mule.tck.jndi.InMemoryContext
 
lookupLink(Name) - Method in class org.mule.tck.jndi.InMemoryContext
 
lookupLink(String) - Method in class org.mule.tck.jndi.InMemoryContext
 

M

makeDir(String) - Method in class org.mule.tck.util.ftp.FtpClient
Create a directory
MESSAGE_PREFIX - Static variable in exception org.mule.tck.testmodels.services.TestComponentException
 
MockEncryptionStrategy - Class in org.mule.tck.security
Empty mock for tests
MockEncryptionStrategy() - Constructor for class org.mule.tck.security.MockEncryptionStrategy
 
MockKeyFactory - Class in org.mule.tck.security
Empty mock for tests
MockKeyFactory() - Constructor for class org.mule.tck.security.MockKeyFactory
 
MuleDerbyTestUtils - Class in org.mule.tck.util
 
MuleFtplet - Class in org.mule.tck.util.ftp
Ftplet implementation that calls methods on its callback.
MuleFtplet(MuleFtplet.Callback) - Constructor for class org.mule.tck.util.ftp.MuleFtplet
 
MuleFtplet.Callback - Interface in org.mule.tck.util.ftp
 

N

Named - Class in org.mule.tck.security
 
Named() - Constructor for class org.mule.tck.security.Named
 
newCondition() - Method in class org.mule.tck.util.FakeLock
 
NoActionTransformer - Class in org.mule.tck.transformer
NoActionTransformer doesn't do any transformation on the source object and returns the source as the result.
NoActionTransformer() - Constructor for class org.mule.tck.transformer.NoActionTransformer
 

O

onCall(MuleEventContext) - Method in class org.mule.tck.functional.FunctionalStreamingTestComponent
 
onCall(MuleEventContext) - Method in class org.mule.tck.functional.FunctionalTestComponent
onCall(MuleEventContext) - Method in class org.mule.tck.functional.TransactionalFunctionalTestComponent
onCall(MuleEventContext) - Method in class org.mule.tck.property.SessionPropertiesValidatorComponent
 
onCall(MuleEventContext) - Method in class org.mule.tck.security.TestSecurityComponent
 
onReceive(Object) - Method in class org.mule.tck.functional.FunctionalTestComponent
This method is used by some WebServices tests where you don' want to be introducing the MuleEventContext as a complex type.
onReceive(Object) - Method in interface org.mule.tck.functional.Receiveable
This method is used by some WebServices tests where you don' want to be introducing the MuleEventContext as a complex type.
onRenameEnd(FtpSession, FtpRequest) - Method in class org.mule.tck.util.ftp.MuleFtplet
 
onTransition(String, String) - Method in interface org.mule.tck.functional.FunctionalTestComponent.LifecycleCallback
 
onUploadEnd(FtpSession, FtpRequest) - Method in class org.mule.tck.util.ftp.MuleFtplet
 
org.mule.tck - package org.mule.tck
 
org.mule.tck.concurrency - package org.mule.tck.concurrency
 
org.mule.tck.config - package org.mule.tck.config
 
org.mule.tck.exceptions - package org.mule.tck.exceptions
 
org.mule.tck.functional - package org.mule.tck.functional
Helper classes and interfaces used by Mule fnctional tests.
org.mule.tck.jndi - package org.mule.tck.jndi
 
org.mule.tck.junit4 - package org.mule.tck.junit4
 
org.mule.tck.property - package org.mule.tck.property
 
org.mule.tck.security - package org.mule.tck.security
 
org.mule.tck.testmodels.fruit - package org.mule.tck.testmodels.fruit
 
org.mule.tck.testmodels.services - package org.mule.tck.testmodels.services
 
org.mule.tck.transformer - package org.mule.tck.transformer
 
org.mule.tck.util - package org.mule.tck.util
 
org.mule.tck.util.ftp - package org.mule.tck.util.ftp
 
org.mule.tck.util.sftp - package org.mule.tck.util.sftp
 

P

parseChild(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.mule.tck.config.TestComponentDefinitionParser
 
PASSWORD - Static variable in class org.mule.tck.util.sftp.SftpServer
 
PeopleService - Interface in org.mule.tck.testmodels.services
PeopleService is a test service that returns complex types
Person - Class in org.mule.tck.testmodels.services
Person part of the PeopleService
Person() - Constructor for class org.mule.tck.testmodels.services.Person
 
Person(String, String) - Constructor for class org.mule.tck.testmodels.services.Person
 
PersonResponse - Class in org.mule.tck.testmodels.services
 
PersonResponse() - Constructor for class org.mule.tck.testmodels.services.PersonResponse
 
PersonResponse(Person) - Constructor for class org.mule.tck.testmodels.services.PersonResponse
 
populateTestData(Context) - Method in class org.mule.tck.jndi.TestContextFactory
 
process(MuleEvent) - Method in class org.mule.tck.functional.AssertionMessageProcessor
 
process(Object, MuleEventContext) - Method in class org.mule.tck.functional.FunctionalTestComponent
The service method that implements the test component logic.
PROPERTY_FAVORITE_COLOR - Static variable in class org.mule.tck.security.TestSingleUserSecurityProvider
 
PROPERTY_NUMBER_LOGINS - Static variable in class org.mule.tck.security.TestSingleUserSecurityProvider
 
putFile(String, String) - Method in class org.mule.tck.util.ftp.FtpClient
Upload a file to the ftp server
putFile(String, String, String) - Method in class org.mule.tck.util.ftp.FtpClient
Upload a file to the ftp server

Q

QuietExceptionStrategy - Class in org.mule.tck.functional
Restrict exceptions to debug log messages
QuietExceptionStrategy() - Constructor for class org.mule.tck.functional.QuietExceptionStrategy
 

R

read(InputStream, byte[]) - Method in class org.mule.tck.functional.FunctionalStreamingTestComponent
 
rebind(Name, Object) - Method in class org.mule.tck.jndi.InMemoryContext
 
rebind(String, Object) - Method in class org.mule.tck.jndi.InMemoryContext
 
receive(String) - Method in interface org.mule.tck.testmodels.services.ITestComponent
 
receive(String) - Method in class org.mule.tck.testmodels.services.TestComponent
 
receive(String) - Method in class org.mule.tck.testmodels.services.TestReceiver
 
Receiveable - Interface in org.mule.tck.functional
Interface only to be used by the FunctionalTestComponent.
receiveBytes(byte[]) - Method in class org.mule.tck.testmodels.services.TestComponent
 
recursiveDelete(String) - Method in class org.mule.tck.util.ftp.FtpClient
Delete all files and subdirectories.
remove(Serializable) - Method in class org.mule.tck.util.FakeObjectStore
 
removeFromEnvironment(String) - Method in class org.mule.tck.jndi.InMemoryContext
 
removeLifecycleCallback(FunctionalTestComponent.LifecycleCallback) - Static method in class org.mule.tck.functional.FunctionalTestComponent
 
rename(Name, Name) - Method in class org.mule.tck.jndi.InMemoryContext
 
rename(String, String) - Method in class org.mule.tck.jndi.InMemoryContext
 
reset() - Method in class org.mule.tck.functional.AssertionMessageProcessor
 
reset() - Static method in class org.mule.tck.functional.FlowAssert
 
ResponseWriterCallback - Class in org.mule.tck.functional
A test callback that writes the results of a service invocation to the response output stream of the event This should only be used when testing Asynchronous calls with the FunctionalTestComponent otherwise you will get duplicate messages, since both this class and the FunctionalTestComponent will write a return message back to the callee.
ResponseWriterCallback() - Constructor for class org.mule.tck.functional.ResponseWriterCallback
 
retrieve(Serializable) - Method in class org.mule.tck.util.FakeObjectStore
 
run() - Method in class org.mule.tck.concurrency.TestingThread
Executes the doRun() method and stores any exception which occurred to be returned at a later time.

S

Server - Class in org.mule.tck.util.ftp
A wrapper for the Apache ftpServer.
Server(int) - Constructor for class org.mule.tck.util.ftp.Server
Initialize the ftp server on a given port
Server(int, Ftplet) - Constructor for class org.mule.tck.util.ftp.Server
 
SessionPropertiesValidatorComponent - Class in org.mule.tck.property
 
SessionPropertiesValidatorComponent() - Constructor for class org.mule.tck.property.SessionPropertiesValidatorComponent
 
setAddress(String) - Method in class org.mule.tck.testmodels.services.Address
 
setAddress(Address) - Method in class org.mule.tck.testmodels.services.Person
 
setAppendString(String) - Method in class org.mule.tck.functional.FunctionalTestComponent
 
setCount(int) - Method in class org.mule.tck.functional.AssertionMessageProcessor
 
setDerbyHome() - Static method in class org.mule.tck.util.MuleDerbyTestUtils
 
setDerbyHome(String) - Static method in class org.mule.tck.util.MuleDerbyTestUtils
 
setDoInboundTransform(boolean) - Method in class org.mule.tck.functional.FunctionalTestComponent
 
setEnableMessageHistory(boolean) - Method in class org.mule.tck.functional.FunctionalTestComponent
 
setEnableNotifications(boolean) - Method in class org.mule.tck.functional.FunctionalTestComponent
 
setEventCallback(EventCallback, long) - Method in class org.mule.tck.functional.FunctionalStreamingTestComponent
 
setEventCallback(EventCallback) - Method in class org.mule.tck.functional.FunctionalTestComponent
An event callback is called when a message is received by the service.
setExceptionText(String) - Method in class org.mule.tck.functional.FunctionalTestComponent
 
setExceptionToThrow(Class<? extends Throwable>) - Method in class org.mule.tck.functional.FunctionalTestComponent
 
setExpectedProperties(Map<String, String>) - Method in class org.mule.tck.property.SessionPropertiesValidatorComponent
 
setExpectTransaction(boolean) - Method in class org.mule.tck.functional.TransactionalFunctionalTestComponent
 
setExpression(String) - Method in class org.mule.tck.functional.AssertionMessageProcessor
 
setFirstName(String) - Method in class org.mule.tck.testmodels.services.Person
 
setFlowConstruct(FlowConstruct) - Method in class org.mule.tck.functional.AssertionMessageProcessor
 
setId(String) - Method in class org.mule.tck.functional.FunctionalTestComponent
 
setLastName(String) - Method in class org.mule.tck.testmodels.services.Person
 
setLogMessageDetails(boolean) - Method in class org.mule.tck.functional.FunctionalTestComponent
 
setMessage(String) - Method in class org.mule.tck.functional.AssertionMessageProcessor
 
setMuleContext(MuleContext) - Method in class org.mule.tck.functional.FunctionalTestComponent
 
setName(String) - Method in class org.mule.tck.security.Named
 
setPerson(Person) - Method in class org.mule.tck.testmodels.services.PersonResponse
 
setPostcode(String) - Method in class org.mule.tck.testmodels.services.Address
 
setRadius(Double) - Method in class org.mule.tck.testmodels.fruit.FloridaSunnyOrangeFactoryBean
 
setReturnData(Object) - Method in class org.mule.tck.functional.FunctionalTestComponent
Often you will may want to return a fixed message payload to simulate and external system call.
setRollback(boolean) - Method in class org.mule.tck.functional.TransactionalFunctionalTestComponent
 
setSegments(Integer) - Method in class org.mule.tck.testmodels.fruit.FloridaSunnyOrangeFactoryBean
 
setThrowException(boolean) - Method in class org.mule.tck.functional.FunctionalTestComponent
Sometimes you will want the service to always throw an exception, if this is the case you can set the 'throwException' property to true.
setTime(long) - Method in class org.mule.tck.testmodels.services.PersonResponse
 
setWaitTime(long) - Method in class org.mule.tck.functional.FunctionalTestComponent
 
SftpServer - Class in org.mule.tck.util.sftp
 
SftpServer(int) - Constructor for class org.mule.tck.util.sftp.SftpServer
 
start() - Method in class org.mule.tck.functional.AssertionMessageProcessor
 
start() - Method in class org.mule.tck.functional.FunctionalTestComponent
 
start() - Method in class org.mule.tck.util.ftp.FtpServer
 
start() - Method in class org.mule.tck.util.sftp.SftpServer
 
startDataBase(String) - Static method in class org.mule.tck.util.MuleDerbyTestUtils
Start a previously created (and stopped) database
stop() - Method in class org.mule.tck.functional.FunctionalTestComponent
 
stop() - Method in class org.mule.tck.util.ftp.FtpServer
 
stop() - Method in class org.mule.tck.util.ftp.Server
Stop the ftp server TODO DZ: we may want to put a port check + wait time in here to make sure that the port is released before we continue.
stop() - Method in class org.mule.tck.util.sftp.SftpServer
 
stopDatabase() - Static method in class org.mule.tck.util.MuleDerbyTestUtils
Properly shutdown an embedded Derby database
stopFlowConstruct(String) - Method in class org.mule.tck.junit4.FunctionalTestCase
 
store(Serializable, T) - Method in class org.mule.tck.util.FakeObjectStore
 
STREAM_BUFFER_SIZE - Static variable in class org.mule.tck.functional.FunctionalStreamingTestComponent
 
STREAM_BUFFER_SIZE - Static variable in class org.mule.tck.functional.FunctionalTestComponent
 
STREAM_SAMPLE_SIZE - Static variable in class org.mule.tck.functional.FunctionalStreamingTestComponent
 
STREAM_SAMPLE_SIZE - Static variable in class org.mule.tck.functional.FunctionalTestComponent
 
StringAppendTestTransformer - Class in org.mule.tck.functional
 
StringAppendTestTransformer() - Constructor for class org.mule.tck.functional.StringAppendTestTransformer
 

T

TEST_URL - Static variable in class org.mule.tck.util.WebServiceOnlineCheck
 
testBindingConfig() - Method in class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
testBindngProxyCreation() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
TestComponent - Class in org.mule.tck.testmodels.services
 
TestComponent() - Constructor for class org.mule.tck.testmodels.services.TestComponent
 
TestComponentDefinitionParser - Class in org.mule.tck.config
Configures a FunctionalTestComponent wrapped as a JavaComponent.
TestComponentDefinitionParser() - Constructor for class org.mule.tck.config.TestComponentDefinitionParser
 
TestComponentDefinitionParser(Class<?>) - Constructor for class org.mule.tck.config.TestComponentDefinitionParser
 
TestComponentException - Exception in org.mule.tck.testmodels.services
 
TestComponentException(String) - Constructor for exception org.mule.tck.testmodels.services.TestComponentException
 
testConnection() - Method in class org.mule.tck.util.ftp.FtpClient
 
testConnectorConfig() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
testConnectorConfig() - Method in class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
TestContextFactory - Class in org.mule.tck.jndi
Creates an in-memory context and populates it with test data.
TestContextFactory() - Constructor for class org.mule.tck.jndi.TestContextFactory
 
testDescriptorEndpoints() - Method in class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
testEndpointConfig() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
testEndpointConfig() - Method in class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
testEndpointProperties() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
testEndpointPropertiesConfig() - Method in class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
testEnvironmentProperties() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
testExceptionStrategy() - Method in class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
testExceptionStrategy2() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
testFlow(String) - Method in class org.mule.tck.junit4.FunctionalTestCase
 
testFlow(String, MuleEvent) - Method in class org.mule.tck.junit4.FunctionalTestCase
 
testGlobalEndpointConfig() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
testGlobalEndpointConfig() - Method in class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
testGlobalInterceptorStack() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
testInboundRouterConfig() - Method in class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
testInboundRouterConfig2() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
TestingThread - Class in org.mule.tck.concurrency
This class is very useful for test cases which need to make assertions concurrently in different threads.
TestingThread() - Constructor for class org.mule.tck.concurrency.TestingThread
 
testInterceptors() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
testManagerConfig() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
testManagerConfig() - Method in class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
testModelConfig() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
testModelConfig() - Method in class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
testMuleConfiguration() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
TestMultiuserSecurityProvider - Class in org.mule.tck.security
A security provider which holds authentications for multiple users concurrently.
TestMultiuserSecurityProvider() - Constructor for class org.mule.tck.security.TestMultiuserSecurityProvider
 
TestNamespaceHandler - Class in org.mule.tck.config
 
TestNamespaceHandler() - Constructor for class org.mule.tck.config.TestNamespaceHandler
 
testOutboundRouterConfig() - Method in class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
testOutboundRouterConfig2() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
testPoolingConfig() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
testQueueProfileConfig() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
TestReceiver - Class in org.mule.tck.testmodels.services
 
TestReceiver() - Constructor for class org.mule.tck.testmodels.services.TestReceiver
 
testResponseRouterConfig() - Method in class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
TestSecurityComponent - Class in org.mule.tck.security
 
TestSecurityComponent() - Constructor for class org.mule.tck.security.TestSecurityComponent
 
TestServiceComponent - Class in org.mule.tck.testmodels.services
TestServiceComponent is a test WebServices service.
TestServiceComponent() - Constructor for class org.mule.tck.testmodels.services.TestServiceComponent
 
TestSingleUserSecurityProvider - Class in org.mule.tck.security
A security provider which only authenticates a single user at a time (i.e., authentication of a new user overwrites the previous authentication).
TestSingleUserSecurityProvider() - Constructor for class org.mule.tck.security.TestSingleUserSecurityProvider
 
TestSingleUserSecurityProvider(String) - Constructor for class org.mule.tck.security.TestSingleUserSecurityProvider
 
testThreadingConfig() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
testTransactionConfig() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
testTransformerConfig() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
testTransformerConfig() - Method in class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
throwException() - Method in class org.mule.tck.functional.FunctionalTestComponent
Always throws a FunctionalTestException.
throwsException(String) - Method in interface org.mule.tck.testmodels.services.ITestComponent
 
throwsException(String) - Method in class org.mule.tck.testmodels.services.TestComponent
 
TIMEOUT - Static variable in class org.mule.tck.util.ftp.FtpClient
 
toString() - Method in class org.mule.tck.functional.FunctionalStreamingTestComponent
 
toString() - Method in class org.mule.tck.testmodels.services.Person
 
TransactionalFunctionalTestComponent - Class in org.mule.tck.functional
This service is useful for unit tests involving transactionality because it will roll back the current transaction upon message arrival.
TransactionalFunctionalTestComponent() - Constructor for class org.mule.tck.functional.TransactionalFunctionalTestComponent
 
tryLock() - Method in class org.mule.tck.util.FakeLock
 
tryLock(long, TimeUnit) - Method in class org.mule.tck.util.FakeLock
 

U

unbind(Name) - Method in class org.mule.tck.jndi.InMemoryContext
 
unbind(String) - Method in class org.mule.tck.jndi.InMemoryContext
 
unlock() - Method in class org.mule.tck.util.FakeLock
 
USERNAME - Static variable in class org.mule.tck.util.sftp.SftpServer
 

V

ValidateResponse - Class in org.mule.tck.transformer
Throws an exception if the message does not contain "success".
ValidateResponse() - Constructor for class org.mule.tck.transformer.ValidateResponse
 
valueOf(String) - Static method in enum org.mule.tck.AbstractServiceAndFlowTestCase.ConfigVariant
Deprecated. Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.tck.AbstractServiceAndFlowTestCase.ConfigVariant
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
variant - Variable in class org.mule.tck.AbstractServiceAndFlowTestCase
Deprecated.  
verify() - Method in class org.mule.tck.functional.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.tck.functional.FlowAssert
 
verify(String) - Static method in class org.mule.tck.functional.FlowAssert
 

W

WebServiceOnlineCheck - Class in org.mule.tck.util
 
WebServiceOnlineCheck() - Constructor for class org.mule.tck.util.WebServiceOnlineCheck
 

A B C D E F G I L M N O P Q R S T U V W

Copyright © 2003-2013 MuleSoft, Inc.. All Rights Reserved.