- take(String) - Method in class org.mule.functional.client.TestConnectorConfig
-
Reads an event from a given queue waiting if necessary until an element becomes available.
- TEST_NAMESPACE - Static variable in class org.mule.functional.config.TestXmlNamespaceInfoProvider
-
- TEST_URL - Static variable in class org.mule.functional.util.WebServiceOnlineCheck
-
- TEST_URL_PREFIX - Static variable in class org.mule.functional.client.TestConnectorMessageProcessorProvider
-
- TestAppender - Class in org.mule.functional.logging
-
Allows to check log events occurrences in a test case.
- TestAppender(String, Filter, Layout<? extends Serializable>) - Constructor for class org.mule.functional.logging.TestAppender
-
- TestAppender(String, Filter, Layout<? extends Serializable>, boolean) - Constructor for class org.mule.functional.logging.TestAppender
-
- TestAppender.Expectation - Class in org.mule.functional.logging
-
- TestBootstrapServiceDiscovererConfigurationBuilder - Class in org.mule.functional.junit4
-
- TestBootstrapServiceDiscovererConfigurationBuilder(ClassLoader, ClassLoader, List<ArtifactClassLoader>) - Constructor for class org.mule.functional.junit4.TestBootstrapServiceDiscovererConfigurationBuilder
-
Creates a context builder for a test.
- TestComponent - Class in org.mule.functional.testmodels.services
-
- TestComponent() - Constructor for class org.mule.functional.testmodels.services.TestComponent
-
- TestComponentBuildingDefinitionProvider - Class in org.mule.functional.config
-
Provider for ComponentBuildingDefinitions to parse TEST module configuration.
- TestComponentBuildingDefinitionProvider() - Constructor for class org.mule.functional.config.TestComponentBuildingDefinitionProvider
-
- TestComponentDefinitionParser - Class in org.mule.functional.config
-
Configures a FunctionalTestComponent wrapped as a JavaComponent.
- TestComponentDefinitionParser() - Constructor for class org.mule.functional.config.TestComponentDefinitionParser
-
- TestComponentDefinitionParser(Class<?>) - Constructor for class org.mule.functional.config.TestComponentDefinitionParser
-
- TestComponentException - Exception in org.mule.functional.testmodels.services
-
- TestComponentException(String) - Constructor for exception org.mule.functional.testmodels.services.TestComponentException
-
- testConnection() - Method in class org.mule.functional.util.ftp.FtpClient
-
- TestConnectorConfig - Class in org.mule.functional.client
-
Maintains test connector configuration
- TestConnectorConfig() - Constructor for class org.mule.functional.client.TestConnectorConfig
-
- TestConnectorMessageProcessorProvider - Class in org.mule.functional.client
-
Provider for operations of the Test Connector.
- TestConnectorMessageProcessorProvider() - Constructor for class org.mule.functional.client.TestConnectorMessageProcessorProvider
-
- TestContextFactory - Class in org.mule.functional.jndi
-
Creates an in-memory context and populates it with test data.
- TestContextFactory() - Constructor for class org.mule.functional.jndi.TestContextFactory
-
- testEnvironmentProperties() - Method in class org.mule.functional.AbstractConfigBuilderTestCase
-
- TestEventBuilder - Class in org.mule.functional.junit4
-
Provides a fluent API for building events for testing.
- TestEventBuilder() - Constructor for class org.mule.functional.junit4.TestEventBuilder
-
- testExceptionStrategy2() - Method in class org.mule.functional.AbstractConfigBuilderTestCase
-
- TestFunctionalComponentObjectFactory - Class in org.mule.functional.config
-
- TestFunctionalComponentObjectFactory() - Constructor for class org.mule.functional.config.TestFunctionalComponentObjectFactory
-
- TestFunctions - Class in org.mule.functional.util
-
- TestFunctions() - Constructor for class org.mule.functional.util.TestFunctions
-
- testGlobalInterceptorStack() - Method in class org.mule.functional.AbstractConfigBuilderTestCase
-
- TestingThread - Class in org.mule.functional.concurrency
-
This class is very useful for test cases which need to make assertions concurrently in different threads.
- TestingThread() - Constructor for class org.mule.functional.concurrency.TestingThread
-
- testManagerConfig() - Method in class org.mule.functional.AbstractConfigBuilderTestCase
-
- testManagerConfig() - Method in class org.mule.functional.AbstractScriptConfigBuilderTestCase
-
- testMuleConfiguration() - Method in class org.mule.functional.AbstractConfigBuilderTestCase
-
- TestMultiuserSecurityProvider - Class in org.mule.functional.security
-
A security provider which holds authentications for multiple users concurrently.
- TestMultiuserSecurityProvider() - Constructor for class org.mule.functional.security.TestMultiuserSecurityProvider
-
- TestNamespaceHandler - Class in org.mule.functional.config
-
- TestNamespaceHandler() - Constructor for class org.mule.functional.config.TestNamespaceHandler
-
- testPoolingConfig() - Method in class org.mule.functional.AbstractConfigBuilderTestCase
-
- TestReceiver - Class in org.mule.functional.testmodels.services
-
- TestReceiver() - Constructor for class org.mule.functional.testmodels.services.TestReceiver
-
- TestSecurityComponent - Class in org.mule.functional.security
-
- TestSecurityComponent() - Constructor for class org.mule.functional.security.TestSecurityComponent
-
- TestServiceComponent - Class in org.mule.functional.testmodels.services
-
TestServiceComponent is a test WebServices service.
- TestServiceComponent() - Constructor for class org.mule.functional.testmodels.services.TestServiceComponent
-
- TestServicesMuleContextConfigurator - Class in org.mule.functional.junit4
-
Register services implementations.
- TestServicesMuleContextConfigurator(ServiceRepository) - Constructor for class org.mule.functional.junit4.TestServicesMuleContextConfigurator
-
Creates a new instance.
- TestServicesUtils - Class in org.mule.functional.services
-
- TestSingleUserSecurityProvider - Class in org.mule.functional.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.functional.security.TestSingleUserSecurityProvider
-
- TestSingleUserSecurityProvider(String) - Constructor for class org.mule.functional.security.TestSingleUserSecurityProvider
-
- testTransformerConfig() - Method in class org.mule.functional.AbstractConfigBuilderTestCase
-
- testTransformerConfig() - Method in class org.mule.functional.AbstractScriptConfigBuilderTestCase
-
- TestXmlNamespaceInfoProvider - Class in org.mule.functional.config
-
- TestXmlNamespaceInfoProvider() - Constructor for class org.mule.functional.config.TestXmlNamespaceInfoProvider
-
- that(Matcher<T>) - Static method in class org.mule.functional.junit4.matchers.ThatMatcher
-
- ThatMatcher<T> - Class in org.mule.functional.junit4.matchers
-
Decorates a Matcher maintaining all its behaviour but allowing matcher nesting to be more expressive, much like Is.
- ThatMatcher(Matcher<T>) - Constructor for class org.mule.functional.junit4.matchers.ThatMatcher
-
- ThrowableCauseMatcher<T extends Throwable> - Class in org.mule.functional.junit4.matchers
-
Matcher to check the cause of an exception.
- ThrowableCauseMatcher(Matcher<T>) - Constructor for class org.mule.functional.junit4.matchers.ThrowableCauseMatcher
-
- ThrowableMessageMatcher<T extends Throwable> - Class in org.mule.functional.junit4.matchers
-
Matcher to check the message of an exception.
- ThrowableMessageMatcher(Matcher<String>) - Constructor for class org.mule.functional.junit4.matchers.ThrowableMessageMatcher
-
- ThrowableRootCauseMatcher<T extends Throwable> - Class in org.mule.functional.junit4.matchers
-
Matcher to check the root cause of an exception.
- ThrowableRootCauseMatcher(Matcher<T>) - Constructor for class org.mule.functional.junit4.matchers.ThrowableRootCauseMatcher
-
- throwException() - Method in class org.mule.functional.functional.FunctionalTestComponent
-
- ThrowProcessor - Class in org.mule.functional.functional
-
Processor that throws the specified exception.
- ThrowProcessor() - Constructor for class org.mule.functional.functional.ThrowProcessor
-
- throwsException(String) - Method in interface org.mule.functional.testmodels.services.ITestComponent
-
- throwsException(String) - Method in class org.mule.functional.testmodels.services.TestComponent
-
- timeout - Variable in class org.mule.functional.functional.AssertionMessageProcessor
-
- TIMEOUT - Static variable in class org.mule.functional.util.ftp.FtpClient
-
- toString() - Method in class org.mule.functional.functional.FunctionalStreamingTestComponent
-
- toString() - Method in class org.mule.functional.junit4.rules.ExpectedError
-
- toString() - Method in class org.mule.functional.logging.TestAppender.Expectation
-
- toString() - Method in class org.mule.functional.testmodels.services.Person
-
- TransactionalFunctionalTestComponent - Class in org.mule.functional.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.functional.functional.TransactionalFunctionalTestComponent
-
- transactionally(TransactionConfigEnum, TransactionFactory) - Method in class org.mule.functional.junit4.FlowRunner
-
Configures the flow to run inside a transaction.
- TransactionConfigEnum - Enum in org.mule.functional.junit4
-
- tryLock() - Method in class org.mule.functional.util.FakeLock
-
- tryLock(long, TimeUnit) - Method in class org.mule.functional.util.FakeLock
-