- cancelStillActiveTasks() - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
-
- chain - Variable in class org.mule.tck.junit4.AbstractMuleTestCase
-
- check(long, long, CheckedSupplier<Boolean>) - Static method in class org.mule.tck.probe.PollingProber
-
- check(Probe) - Method in class org.mule.tck.probe.PollingProber
-
- check(Probe) - Method in interface org.mule.tck.probe.Prober
-
- checkConnectivity(String) - Static method in class org.mule.tck.junit4.rule.RequiresConnectivity
-
Checks that a connection can be established to a provided URL.
- checkNot(long, long, CheckedSupplier<Boolean>) - Static method in class org.mule.tck.probe.PollingProber
-
- clear() - Method in class org.mule.tck.core.util.store.InMemoryObjectStore
-
- clear() - Method in class org.mule.tck.core.util.store.TemplateObjectStoreContractTestCase
-
- clear() - Method in class org.mule.tck.SensingNullMessageProcessor
-
- clearAllThreadLocals() - Static method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
-
- clearCreatedSchedulers() - Method in class org.mule.tck.SimpleUnitTestSupportSchedulerService
-
- clearEmptiesTheQueue() - Method in class org.mule.tck.core.util.queue.QueueStoreTestCase
-
- clearLoggingConfig() - Static method in class org.mule.tck.junit4.TestsLogConfigurationHelper
-
- clearRequestContext() - Method in class org.mule.tck.junit4.AbstractMuleTestCase
-
- clearTestCaseName() - Static method in class org.mule.tck.junit4.AbstractMuleTestCase
-
- clearTestEvents() - Method in class org.mule.tck.junit4.AbstractMuleTestCase
-
- close() - Method in class org.mule.tck.core.util.store.InMemoryObjectStore
-
- collectThreadNames() - Static method in class org.mule.tck.junit4.AbstractMuleTestCase
-
- compareResults(Object, Object) - Method in class org.mule.tck.core.transformer.AbstractTransformerTestCase
-
- compareRoundtripResults(Object, Object) - Method in class org.mule.tck.core.transformer.AbstractTransformerTestCase
-
- compile(String, String) - Method in class org.mule.tck.util.CompilerUtils.ExtensionCompiler
-
Compiles all the provided sources generating a JAR file.
- compile(String) - Method in class org.mule.tck.util.CompilerUtils.JarCompiler
-
Compiles all the provided sources generating a JAR file.
- compile(File) - Method in class org.mule.tck.util.CompilerUtils.SingleClassCompiler
-
Compiles a single Java file.
- CompilerUtils - Class in org.mule.tck.util
-
Tools to compile Java files into classes, jars and Mule extensions.
- CompilerUtils() - Constructor for class org.mule.tck.util.CompilerUtils
-
- CompilerUtils.ExtensionCompiler - Class in org.mule.tck.util
-
Compiles a set of Java sources defining a Mule extension into a Jar file.
- CompilerUtils.JarCompiler - Class in org.mule.tck.util
-
Compiles a set of Java sources into a Jar file.
- CompilerUtils.MultipleFileCompiler<T extends CompilerUtils.MultipleFileCompiler> - Class in org.mule.tck.util
-
Base class to create a compiler that compiles multiple source files.
- CompilerUtils.SingleClassCompiler - Class in org.mule.tck.util
-
Compiles a single Java file into a Java class.
- compiling(File...) - Method in class org.mule.tck.util.CompilerUtils.MultipleFileCompiler
-
Indicates which source file must be compiled.
- compiling(Path, File...) - Method in class org.mule.tck.util.CompilerUtils.MultipleFileCompiler
-
Indicates which source file must be compiled.
- compiling(Path, File) - Method in class org.mule.tck.util.CompilerUtils.SingleClassCompiler
-
Indicates which source file must be compiled.
- componentLocator - Variable in class org.mule.tck.junit4.AbstractMuleContextTestCase
-
- compress(File, ZipUtils.ZipResource[]) - Static method in class org.mule.tck.ZipUtils
-
Compress a set of resource files into a ZIP file
- compressGeneratedFiles(File, String) - Method in class org.mule.tck.util.CompilerUtils.MultipleFileCompiler
-
Generates a JAR file form the compiled files
- computeTestMethods() - Method in class org.mule.tck.junit4.FlakinessDetectorTestRunner
-
- computeTestMethods() - Method in class org.mule.tck.junit4.FlakinessDetectorTestRunnerWithParameters
-
- configurationComponentLocator - Variable in class org.mule.tck.junit4.AbstractReactiveProcessorTestCase
-
- configure(MuleContext) - Method in class org.mule.tck.junit4.MockExtensionManagerConfigurationBuilder
-
- configureLoggingForTest(Class<?>) - Static method in class org.mule.tck.junit4.TestsLogConfigurationHelper
-
Looks for a logging config file on the directory tree where the binaries for testClass resides.
- configureMuleContext(MuleContextBuilder) - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
-
Override this method to set properties of the MuleContextBuilder before it is used to create the MuleContext.
- containsStringIgnoringLineBreaks(String) - Static method in class org.mule.tck.junit4.matcher.StringContainsIgnoringLineBreaks
-
- cpuIntensiveScheduler() - Method in class org.mule.tck.SimpleUnitTestSupportSchedulerService
-
- cpuIntensiveScheduler(SchedulerConfig) - Method in class org.mule.tck.SimpleUnitTestSupportSchedulerService
-
- cpuIntensiveScheduler(SchedulerConfig, SchedulerPoolsConfigFactory) - Method in class org.mule.tck.SimpleUnitTestSupportSchedulerService
-
- cpuLightScheduler() - Method in class org.mule.tck.SimpleUnitTestSupportSchedulerService
-
- cpuLightScheduler(SchedulerConfig) - Method in class org.mule.tck.SimpleUnitTestSupportSchedulerService
-
- cpuLightScheduler(SchedulerConfig, SchedulerPoolsConfigFactory) - Method in class org.mule.tck.SimpleUnitTestSupportSchedulerService
-
- createAndRegisterFlow(MuleContext, String, ConfigurationComponentLocator) - Static method in class org.mule.tck.MuleTestUtils
-
Creates a new flow and registers it in the given mockComponentLocator
- createDefaultPoolingProfile() - Method in class org.mule.tck.core.util.pool.AbstractPoolingTestCase
-
- createErrorMock(Exception) - Static method in class org.mule.tck.MuleTestUtils
-
Creates an Error mock that will return the provided exception when calling Error.getCause()
- createFlow(MuleContext, String) - Static method in class org.mule.tck.MuleTestUtils
-
Creates an empty flow with the provided name.
- createFlowWithSource(MuleContext, String, MessageSource) - Static method in class org.mule.tck.MuleTestUtils
-
Creates an empty flow with the provided name and source, if it's not null.
- createKey() - Method in class org.mule.tck.core.util.store.TemplateObjectStoreContractTestCase
-
- createMuleContext() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
-
- createQueue() - Method in class org.mule.tck.core.util.queue.QueueStoreTestCase
-
- createQueueInfoDelegate(int, MuleContext) - Method in class org.mule.tck.core.util.queue.QueueStoreTestCase
-
- createQueueManager() - Method in class org.mule.tck.core.util.queue.AbstractTransactionQueueManagerTestCase
-
- createQueueWithCapacity(int) - Method in class org.mule.tck.core.util.queue.QueueStoreTestCase
-
- createRunnerForTestWithParameters(TestWithParameters) - Method in class org.mule.tck.junit4.FlakinessDetectorTestRunnerWithParameters.FlakinessDetectorTestRunnerWithParametersFactory
-
- createSink(FlowConstruct, ReactiveProcessor) - Method in class org.mule.tck.MuleTestUtils.TestDirectProcessingStrategy
-
- createTestEvent(Message) - Method in class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
-
- createTestEvent(Message) - Method in class org.mule.functional.transformer.simple.AbstractRemoveVariablePropertyProcessorTestCase
-
- createTestTimeoutRule() - Method in class org.mule.tck.junit4.AbstractMuleTestCase
-
Creates the timeout rule that will be used to run the test.
- CUSTOM_ENCODING - Static variable in class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
-
- customScheduler(SchedulerConfig) - Method in class org.mule.tck.SimpleUnitTestSupportSchedulerService
-
- customScheduler(SchedulerConfig, int) - Method in class org.mule.tck.SimpleUnitTestSupportSchedulerService
-
- CustomTimeZone - Class in org.mule.tck.junit4.rule
-
Sets up a time zone to use on tests, guarantying that the original default one is reset afterwards.
- CustomTimeZone(TimeZone) - Constructor for class org.mule.tck.junit4.rule.CustomTimeZone
-
- CustomTimeZone(String) - Constructor for class org.mule.tck.junit4.rule.CustomTimeZone
-
- takeTestCaseName() - Method in class org.mule.tck.junit4.AbstractMuleTestCase
-
- TemplateObjectStoreContractTestCase - Class in org.mule.tck.core.util.store
-
This test verifies the contract described in ObjectStore
- TemplateObjectStoreContractTestCase() - Constructor for class org.mule.tck.core.util.store.TemplateObjectStoreContractTestCase
-
- temporaryFolder - Variable in class org.mule.tck.core.util.queue.QueueStoreTestCase
-
- test() - Method in class org.mule.tck.probe.JUnitLambdaProbe
-
- test() - Method in class org.mule.tck.probe.JUnitProbe
-
Implement this method to provide your actual probing logic
- TEST_CONNECTOR - Static variable in class org.mule.tck.junit4.AbstractMuleTestCase
-
- TEST_CONNECTOR_LOCATION - Static variable in class org.mule.tck.junit4.AbstractMuleTestCase
-
- TEST_MESSAGE - Static variable in class org.mule.tck.junit4.AbstractMuleContextTestCase
-
Convenient test message for unit testing.
- TEST_PAYLOAD - Static variable in class org.mule.tck.junit4.AbstractMuleTestCase
-
- TEST_TIMEOUT_SYSTEM_PROPERTY - Static variable in class org.mule.tck.junit4.AbstractMuleTestCase
-
- testAddVariable() - Method in class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
-
- testAddVariableWithEmptyKey() - Method in class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
-
- testAddVariableWithEncoding() - Method in class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
-
- testAddVariableWithExpressionKey() - Method in class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
-
- testAddVariableWithExpressionValue() - Method in class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
-
- testAddVariableWithMimeType() - Method in class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
-
- testAddVariableWithNullExpressionKeyResult() - Method in class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
-
- testAddVariableWithNullExpressionValueResult() - Method in class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
-
- testAddVariableWithNullKey() - Method in class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
-
- testAddVariableWithNullPayloadExpressionValueResult() - Method in class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
-
- testAddVariableWithNullValue() - Method in class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
-
- testAlwaysBeginXaTransactionSuspendResume() - Method in class org.mule.tck.AbstractTxThreadAssociationTestCase
-
AlwaysBegin action suspends current transaction and begins a new one.
- testBadReturnType() - Method in class org.mule.tck.core.transformer.AbstractTransformerTestCase
-
- TestClassLoader - Class in org.mule.tck.classlaoder
-
- TestClassLoader(ClassLoader) - Constructor for class org.mule.tck.classlaoder.TestClassLoader
-
- TestClassLoader.TestClassNotFoundException - Exception in org.mule.tck.classlaoder
-
- TestClassNotFoundException(String, ClassLoader) - Constructor for exception org.mule.tck.classlaoder.TestClassLoader.TestClassNotFoundException
-
- testClearInTransaction() - Method in class org.mule.tck.core.util.queue.AbstractTransactionQueueManagerTestCase
-
- testClearWithoutTransaction() - Method in class org.mule.tck.core.util.queue.AbstractTransactionQueueManagerTestCase
-
- TestConnectivityUtils - Class in org.mule.tck.util
-
Utils to do connectivity testing over configurations on a Mule application
- TestConnectivityUtils(Registry) - Constructor for class org.mule.tck.util.TestConnectivityUtils
-
- testContainsWithNullKey() - Method in class org.mule.tck.core.util.store.TemplateObjectStoreContractTestCase
-
- testCursorProvidersAreManaged() - Method in class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
-
- TestDirectProcessingStrategy() - Constructor for class org.mule.tck.MuleTestUtils.TestDirectProcessingStrategy
-
- testDisposal(QueueManager, boolean) - Method in class org.mule.tck.core.util.queue.QueueTestComponent
-
- testDisposeQueueByNameInTransaction() - Method in class org.mule.tck.core.util.queue.AbstractTransactionQueueManagerTestCase
-
- testDisposeQueueInTransaction() - Method in class org.mule.tck.core.util.queue.AbstractTransactionQueueManagerTestCase
-
- testDisposeQueueWithoutTransaction() - Method in class org.mule.tck.core.util.queue.AbstractTransactionQueueManagerTestCase
-
- testEvent() - Method in class org.mule.tck.junit4.AbstractMuleTestCase
-
Creates and caches a test
CoreEvent instance for the scope of the current test method.
- testException(T, MuleContext) - Static method in class org.mule.tck.SerializationTestUtils
-
- testNoNestedTxStarted() - Method in class org.mule.tck.AbstractTxThreadAssociationTestCase
-
This is a former TransactionTemplateTestCase.
- testNoneXaTransactionSuspendResume() - Method in class org.mule.tck.AbstractTxThreadAssociationTestCase
-
NONE action suspends current transaction and begins a new one.
- testNotFoundCalls() - Method in class org.mule.tck.core.registry.AbstractRegistryTestCase
-
- testOffer() - Method in class org.mule.tck.core.util.queue.AbstractTransactionQueueManagerTestCase
-
- testPeek() - Method in class org.mule.tck.core.util.queue.AbstractTransactionQueueManagerTestCase
-
- testPoll() - Method in class org.mule.tck.core.util.queue.AbstractTransactionQueueManagerTestCase
-
- TestProxyServer - Class in org.mule.tck.http
-
Implementation of an HTTP proxy server for testing purposes.
- TestProxyServer(int, int, boolean) - Constructor for class org.mule.tck.http.TestProxyServer
-
- testPutTake() - Method in class org.mule.tck.core.util.queue.AbstractTransactionQueueManagerTestCase
-
- testPutTake_RespectsOrderOnPersistence() - Method in class org.mule.tck.core.util.queue.AbstractTransactionQueueManagerTestCase
-
- testPutTakeUntake() - Method in class org.mule.tck.core.util.queue.AbstractTransactionQueueManagerTestCase
-
- testPutTakeUntakeRollbackUntake() - Method in class org.mule.tck.core.util.queue.AbstractTransactionQueueManagerTestCase
-
- testPutWithPersistence() - Method in class org.mule.tck.core.util.queue.AbstractTransactionQueueManagerTestCase
-
- testRecoverColdRestart() - Method in class org.mule.tck.core.util.queue.AbstractTransactionQueueManagerTestCase
-
- testRecoverWarmRestart() - Method in class org.mule.tck.core.util.queue.AbstractTransactionQueueManagerTestCase
-
- testRemoveVariable() - Method in class org.mule.functional.transformer.simple.AbstractRemoveVariablePropertyProcessorTestCase
-
- testRemoveVariableExpressionKeyNullValue() - Method in class org.mule.functional.transformer.simple.AbstractRemoveVariablePropertyProcessorTestCase
-
- testRemoveVariableNullKey() - Method in class org.mule.functional.transformer.simple.AbstractRemoveVariablePropertyProcessorTestCase
-
- testRemoveVariableUsingExpression() - Method in class org.mule.functional.transformer.simple.AbstractRemoveVariablePropertyProcessorTestCase
-
- testRemoveVariableWithRegexExpression() - Method in class org.mule.functional.transformer.simple.AbstractRemoveVariablePropertyProcessorTestCase
-
- testRemoveWithNullKey() - Method in class org.mule.tck.core.util.store.TemplateObjectStoreContractTestCase
-
- testRemoveWithUnboundKey() - Method in class org.mule.tck.core.util.store.TemplateObjectStoreContractTestCase
-
- testRetrieveUnboundKey() - Method in class org.mule.tck.core.util.store.TemplateObjectStoreContractTestCase
-
- testRetrieveWithNullKey() - Method in class org.mule.tck.core.util.store.TemplateObjectStoreContractTestCase
-
- testRoundTrip() - Method in class org.mule.tck.core.transformer.AbstractTransformerTestCase
-
- testRoundtripBadReturnType() - Method in class org.mule.tck.core.transformer.AbstractTransformerTestCase
-
- testRoundtripTransform() - Method in class org.mule.tck.core.transformer.AbstractTransformerTestCase
-
- TestSecurityFilter - Class in org.mule.tck.security
-
- TestSecurityFilter(boolean) - Constructor for class org.mule.tck.security.TestSecurityFilter
-
- TestSecurityFilter.StaticMessageUnauthorisedException - Exception in org.mule.tck.security
-
- TestServicesConfigurationBuilder - Class in org.mule.tck.config
-
- TestServicesConfigurationBuilder() - Constructor for class org.mule.tck.config.TestServicesConfigurationBuilder
-
- TestServicesConfigurationBuilder(boolean, boolean) - Constructor for class org.mule.tck.config.TestServicesConfigurationBuilder
-
- testServicesConfigurationBuilder - Variable in class org.mule.tck.junit4.AbstractMuleContextTestCase
-
- testServicesConfigurationBuilderSupplier - Variable in class org.mule.tck.junit4.AbstractMuleContextTestCase
-
- TestsLogConfigurationHelper - Class in org.mule.tck.junit4
-
A helper class for configuring logging on test cases
- TestsLogConfigurationHelper() - Constructor for class org.mule.tck.junit4.TestsLogConfigurationHelper
-
- testStoreWithExistingKey() - Method in class org.mule.tck.core.util.store.TemplateObjectStoreContractTestCase
-
- testStoreWithNullKey() - Method in class org.mule.tck.core.util.store.TemplateObjectStoreContractTestCase
-
- testTakePut() - Method in class org.mule.tck.core.util.queue.AbstractTransactionQueueManagerTestCase
-
- testTakePutOverCapacity() - Method in class org.mule.tck.core.util.queue.AbstractTransactionQueueManagerTestCase
-
- testTakePutRollbackPut() - Method in class org.mule.tck.core.util.queue.AbstractTransactionQueueManagerTestCase
-
- TestTimeSupplier - Class in org.mule.tck.util
-
A test TimeSupplier for externalizing the system time.
- TestTimeSupplier(long) - Constructor for class org.mule.tck.util.TestTimeSupplier
-
Creates a new instance
- testTransactedPutCommitWithPersistence() - Method in class org.mule.tck.core.util.queue.AbstractTransactionQueueManagerTestCase
-
- testTransactedPutRollbackWithPersistence() - Method in class org.mule.tck.core.util.queue.AbstractTransactionQueueManagerTestCase
-
- testTransactionsOnMultipleQueues() - Method in class org.mule.tck.core.util.queue.AbstractTransactionQueueManagerTestCase
-
- testTransform() - Method in class org.mule.tck.core.transformer.AbstractTransformerTestCase
-
- testTxHandleCommitKeepsThreadAssociation() - Method in class org.mule.tck.AbstractTxThreadAssociationTestCase
-
- testTxManagerCommitDissassociatesThread() - Method in class org.mule.tck.AbstractTxThreadAssociationTestCase
-
- testTxManagerRollbackDissassociatesThread() - Method in class org.mule.tck.AbstractTxThreadAssociationTestCase
-
- testWithSystemProperties(Map<String, String>, MuleTestUtils.TestCallback) - Static method in class org.mule.tck.MuleTestUtils
-
Executes callback with a given system properties set and replaces the system properties with their original values once done.
- testWithSystemProperty(String, String, MuleTestUtils.TestCallback) - Static method in class org.mule.tck.MuleTestUtils
-
Executes callback with a given system property set and replaces the system property with it's original value once done.
- testXaTransactionTermination() - Method in class org.mule.tck.AbstractTxThreadAssociationTestCase
-
This is a former XaTransactionTestCase.
- thread - Variable in class org.mule.tck.SensingNullMessageProcessor
-
- THREAD_EXECUTION_TIMEOUT - Static variable in class org.mule.tck.core.util.queue.AbstractTransactionQueueManagerTestCase
-
- ThreadDumper - Class in org.mule.tck.report
-
Provides a way to generate thread dumps in order to troubleshoot tests.
- ThreadDumper() - Constructor for class org.mule.tck.report.ThreadDumper
-
- ThreadDumpOnTimeOut - Class in org.mule.tck.report
-
Rule that generates a thread dump on failure.
- ThreadDumpOnTimeOut() - Constructor for class org.mule.tck.report.ThreadDumpOnTimeOut
-
- 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
-
- ThrowableExceptionInfoMatcher<T extends org.mule.runtime.api.exception.MuleException> - Class in org.mule.functional.junit4.matchers
-
Matcher to check the additional info of a MuleException.
- ThrowableExceptionInfoMatcher(Matcher<Map<? extends String, ?>>) - Constructor for class org.mule.functional.junit4.matchers.ThrowableExceptionInfoMatcher
-
- 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
-
- Timeout - Class in org.mule.tck.probe
-
- Timeout(long) - Constructor for class org.mule.tck.probe.Timeout
-
- toString() - Method in class org.mule.tck.core.util.store.InMemoryObjectStore.StoredObject
-
- toString() - Method in class org.mule.tck.core.util.store.InMemoryObjectStore
-
- toString() - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
-
- toString() - Method in class org.mule.tck.TriggerableMessageSource
-
- TRANSACTION_TIMEOUT_SECONDS - Static variable in class org.mule.tck.AbstractTxThreadAssociationTestCase
-
- trigger(CoreEvent) - Method in class org.mule.tck.TriggerableMessageSource
-
- TriggerableMessageSource - Class in org.mule.tck
-
- TriggerableMessageSource() - Constructor for class org.mule.tck.TriggerableMessageSource
-
- TriggerableMessageSource(MessageSource.BackPressureStrategy) - Constructor for class org.mule.tck.TriggerableMessageSource
-
- triggerAsync(CoreEvent) - Method in class org.mule.tck.TriggerableMessageSource
-