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

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
 
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
 
await(long) - Method in class org.mule.tck.functional.CountdownCallback
 

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, String) - Static method in class org.mule.tck.util.MuleDerbyTestUtils
 
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
 
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
 
createDataBase(String) - Static method in class org.mule.tck.util.MuleDerbyTestUtils
 
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
DEFAULT_TEXT - Static variable in class org.mule.tck.functional.StringAppendTestTransformer
 
defaultDerbyCleanAndInit(String, String) - Static method in class org.mule.tck.util.MuleDerbyTestUtils
 
destroySubcontext(Name) - Method in class org.mule.tck.jndi.InMemoryContext
 
destroySubcontext(String) - Method in class org.mule.tck.jndi.InMemoryContext
 
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.

E

echo(InputStream) - Method in class org.mule.tck.functional.FunctionalStreamingEchoComponent
 
echo(String) - Method in class org.mule.tck.testmodels.services.TestServiceComponent
 
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
 

F

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
 
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
A base tast case for tests that initialize Mule using a configuration file.
FunctionalTestCase() - Constructor for class org.mule.tck.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
 
FunctionalTestException - Exception in org.mule.tck.exceptions
 
FunctionalTestException() - 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 org.mule.api.MuleContext#registerListener(org.mule.api.context.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
 
getCallbackCount() - Method in class org.mule.tck.functional.CounterCallback
 
getComponent(String) - Method in class org.mule.tck.FunctionalTestCase
 
getComponent(Service) - Method in class org.mule.tck.FunctionalTestCase
 
getConfigResources() - Method in class org.mule.tck.FunctionalTestCase
 
getConfigurationResources() - Method in class org.mule.tck.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
 
getExceptionToThrow() - Method in class org.mule.tck.functional.FunctionalTestComponent
 
getFirstName() - Method in class org.mule.tck.testmodels.services.Person
 
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
 
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.
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
 
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.
getReceivedMessages() - 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
 
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
 

H

handleLifecycleException(Object, Throwable) - Method in class org.mule.tck.functional.QuietExceptionStrategy
 
handleMessagingException(MuleMessage, Throwable) - Method in class org.mule.tck.functional.QuietExceptionStrategy
 
handleRoutingException(MuleMessage, ImmutableEndpoint, Throwable) - Method in class org.mule.tck.functional.QuietExceptionStrategy
 
handleStandardException(Throwable) - Method in class org.mule.tck.functional.QuietExceptionStrategy
 

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
 
init() - Method in class org.mule.tck.config.TestNamespaceHandler
 
initialise() - Method in class org.mule.tck.functional.FunctionalTestComponent
 
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
 
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
 
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.
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
 
loadResourceAsString(String) - Method in class org.mule.tck.FunctionalTestCase
 
logger - Variable in class org.mule.tck.functional.FunctionalStreamingTestComponent
 
logger - Variable in class org.mule.tck.functional.FunctionalTestComponent
 
logger - Variable in class org.mule.tck.functional.QuietExceptionStrategy
 
logger - Static variable in class org.mule.tck.testmodels.services.TestComponent
 
logger - Static variable in class org.mule.tck.testmodels.services.TestReceiver
 
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

MESSAGE_PREFIX - Static variable in exception org.mule.tck.testmodels.services.TestComponentException
 
MuleDerbyTestUtils - Class in org.mule.tck.util
NOTE: Don't forget to duplicate all the changes in example.loanbroker.bpm.DbUtils

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
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.
org.mule.tck - package org.mule.tck
 
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.testmodels.fruit - package org.mule.tck.testmodels.fruit
 
org.mule.tck.testmodels.services - package org.mule.tck.testmodels.services
 
org.mule.tck.util - package org.mule.tck.util
 

P

parseChild(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.mule.tck.config.TestComponentDefinitionParser
 
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(Object, MuleEventContext) - Method in class org.mule.tck.functional.FunctionalTestComponent
The service method that implements the test component logic.

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
 
receiveBytes(byte[]) - Method in class org.mule.tck.testmodels.services.TestComponent
 
removeFromEnvironment(String) - Method in class org.mule.tck.jndi.InMemoryContext
 
rename(Name, Name) - Method in class org.mule.tck.jndi.InMemoryContext
 
rename(String, String) - Method in class org.mule.tck.jndi.InMemoryContext
 
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
 

S

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
 
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.
setExceptionToThrow(Class) - Method in class org.mule.tck.functional.FunctionalTestComponent
 
setExpectTransaction(boolean) - Method in class org.mule.tck.functional.TransactionalFunctionalTestComponent
 
setFirstName(String) - Method in class org.mule.tck.testmodels.services.Person
 
setLastName(String) - Method in class org.mule.tck.testmodels.services.Person
 
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
 
stopDatabase() - Static method in class org.mule.tck.util.MuleDerbyTestUtils
Properly shutdown an embedded Derby database
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

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
 
TestComponentException - Exception in org.mule.tck.testmodels.services
 
TestComponentException(String) - Constructor for exception org.mule.tck.testmodels.services.TestComponentException
 
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
 
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
 
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
 
TestNamespaceHandler - Class in org.mule.tck.config
 
TestNamespaceHandler() - Constructor for class org.mule.tck.config.TestNamespaceHandler
 
testNestedRouterConfig() - Method in class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
testNestedRouterProxyCreation() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
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
 
TestServiceComponent - Class in org.mule.tck.testmodels.services
TestServiceComponent is a test WebServices service.
TestServiceComponent() - Constructor for class org.mule.tck.testmodels.services.TestServiceComponent
 
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
 
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
 

U

unbind(Name) - Method in class org.mule.tck.jndi.InMemoryContext
 
unbind(String) - Method in class org.mule.tck.jndi.InMemoryContext
 

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

Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.