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

A

AbstractAddVariablePropertyProcessorTestCase - Class in org.mule.functional.transformer.simple
 
AbstractAddVariablePropertyProcessorTestCase(AbstractAddVariablePropertyProcessor) - Constructor for class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
 
AbstractMuleContextTestCase - Class in org.mule.tck.junit4
Extends AbstractMuleTestCase providing access to a MuleContext instance and tools for manage it.
AbstractMuleContextTestCase() - Constructor for class org.mule.tck.junit4.AbstractMuleContextTestCase
 
AbstractMuleTestCase - Class in org.mule.tck.junit4
AbstractMuleTestCase is a base class for Mule test cases.
AbstractMuleTestCase() - Constructor for class org.mule.tck.junit4.AbstractMuleTestCase
 
AbstractNotificationLogger<T extends org.mule.runtime.api.notification.Notification> - Class in org.mule.tck.core.context.notification
Generic support for notification listeners that store the received notifications to run assertions on them.
AbstractNotificationLogger() - Constructor for class org.mule.tck.core.context.notification.AbstractNotificationLogger
 
AbstractPoolingTestCase - Class in org.mule.tck.core.util.pool
 
AbstractPoolingTestCase() - Constructor for class org.mule.tck.core.util.pool.AbstractPoolingTestCase
 
AbstractReactiveProcessorTestCase - Class in org.mule.tck.junit4
Abstract base test case extending AbstractMuleContextTestCase to be used when a Processor or Flow that implements both Processor.process(CoreEvent) and Processor.apply(Publisher) needs paramatized tests so that both approaches are tested with the same test method.
AbstractReactiveProcessorTestCase(AbstractReactiveProcessorTestCase.Mode) - Constructor for class org.mule.tck.junit4.AbstractReactiveProcessorTestCase
 
AbstractReactiveProcessorTestCase.Mode - Enum in org.mule.tck.junit4
 
AbstractRegistryTestCase - Class in org.mule.tck.core.registry
 
AbstractRegistryTestCase() - Constructor for class org.mule.tck.core.registry.AbstractRegistryTestCase
 
AbstractRemoveVariablePropertyProcessorTestCase - Class in org.mule.functional.transformer.simple
 
AbstractRemoveVariablePropertyProcessorTestCase(AbstractRemoveVariablePropertyProcessor) - Constructor for class org.mule.functional.transformer.simple.AbstractRemoveVariablePropertyProcessorTestCase
 
AbstractRequestResponseMessageProcessor - Class in org.mule.tck
Base implementation of a Processor that may performs processing during both the request and response processing phases while supporting non-blocking execution.
AbstractRequestResponseMessageProcessor() - Constructor for class org.mule.tck.AbstractRequestResponseMessageProcessor
 
AbstractSerializerProtocolContractTestCase - Class in org.mule.tck.core.internal.serialization
 
AbstractSerializerProtocolContractTestCase() - Constructor for class org.mule.tck.core.internal.serialization.AbstractSerializerProtocolContractTestCase
 
AbstractTransactionQueueManagerTestCase - Class in org.mule.tck.core.util.queue
 
AbstractTransactionQueueManagerTestCase() - Constructor for class org.mule.tck.core.util.queue.AbstractTransactionQueueManagerTestCase
 
AbstractTransformerTestCase - Class in org.mule.tck.core.transformer
 
AbstractTransformerTestCase() - Constructor for class org.mule.tck.core.transformer.AbstractTransformerTestCase
 
AbstractTxThreadAssociationTestCase - Class in org.mule.tck
Validate certain expectations when working with JTA API.
AbstractTxThreadAssociationTestCase() - Constructor for class org.mule.tck.AbstractTxThreadAssociationTestCase
 
add(int[]) - Method in interface org.mule.tck.services.AdditionService
 
add(int[]) - Method in class org.mule.tck.services.SimpleMathsComponent
 
addAssertion(String, FlowAssertion) - Static method in class org.mule.tck.processor.FlowAssert
 
addBuilders(List<ConfigurationBuilder>) - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
addClass(String, Class) - Method in class org.mule.tck.classlaoder.TestClassLoader
 
AdditionService - Interface in org.mule.tck.services
Adds an array of numbers together
addJavaSerializerToMockMuleContext(MuleContext) - Static method in class org.mule.tck.SerializationTestUtils
 
addLibrary(String, String) - Method in class org.mule.tck.classlaoder.TestClassLoader
 
addMockComponentLocation(Component) - Method in class org.mule.tck.junit4.AbstractMuleTestCase
Utility method to add a mock component location.
addMockedPropeerties(CoreEvent, Set<String>) - Method in class org.mule.functional.transformer.simple.AbstractRemoveVariablePropertyProcessorTestCase
 
addResource(String, URL) - Method in class org.mule.tck.classlaoder.TestClassLoader
 
addServiceConfigurator(ServiceConfigurator) - Method in class org.mule.tck.junit4.MockExtensionManagerConfigurationBuilder
 
addStreamResource(String, InputStream) - Method in class org.mule.tck.classlaoder.TestClassLoader
 
addTen(Integer) - Method in class org.mule.tck.services.SimpleMathsComponent
 
after() - Method in class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
 
after() - Method in class org.mule.tck.junit4.rule.CustomTimeZone
 
after() - Method in class org.mule.tck.junit4.rule.ExternalProcess
 
after() - Method in class org.mule.tck.junit4.rule.SystemProperty
 
after() - Method in class org.mule.tck.junit4.rule.SystemPropertyTemporaryFolder
 
after() - Method in class org.mule.tck.junit4.rule.VerboseExceptions
 
allKeys() - Method in class org.mule.tck.core.util.store.InMemoryObjectStore
 
allocate(int) - Method in class org.mule.tck.core.streaming.SimpleByteBufferManager
allowOfferWhenThereIsCapacity() - Method in class org.mule.tck.core.util.queue.QueueStoreTestCase
 
ANOTHER_VALUE - Static variable in class org.mule.tck.core.util.queue.QueueStoreTestCase
 
answer(InvocationOnMock) - Method in class org.mule.tck.mockito.answer.BuilderAnswer
 
answer(InvocationOnMock) - Method in class org.mule.tck.MuleEventCheckAnswer
 
append(String, String) - Method in class org.mule.tck.services.MultiParamComponent
 
APPLE_FLOW - Static variable in class org.mule.tck.MuleTestUtils
 
APPLE_SERVICE - Static variable in class org.mule.tck.MuleTestUtils
 
apply(Publisher<CoreEvent>) - Method in class org.mule.tck.AbstractRequestResponseMessageProcessor
 
apply(Statement, Description) - Method in class org.mule.tck.config.TestServicesConfigurationBuilder
 
apply(Statement, Description) - Method in class org.mule.tck.junit4.rule.WarningTimeout
 
assertFailedConnection(String, Matcher<Exception>, Matcher<ErrorType>) - Method in class org.mule.tck.util.TestConnectivityUtils
Executes as test connectivity over a the connection bind with the given configName and asserts a failed connectivity test.
assertRequestResponseThreadsDifferent() - Method in class org.mule.tck.SensingNullRequestResponseMessageProcessor
 
assertRequestResponseThreadsSame() - Method in class org.mule.tck.SensingNullRequestResponseMessageProcessor
 
assertSuccessConnection(String) - Method in class org.mule.tck.util.TestConnectivityUtils
Executes a test connectivity and excepts that it finish correctly
assertTrue(String, AtomicBoolean) - Static method in class org.mule.tck.MuleAssert
 
assignableTo(DataType) - Static method in class org.mule.tck.junit4.matcher.DataTypeCompatibilityMatcher
 
atMostIn(int, TimeUnit) - Method in class org.mule.tck.junit4.matcher.Eventually
Configures the time limit for waiting for the matcher condition before failing.
authenticate(CoreEvent) - Method in class org.mule.tck.security.TestSecurityFilter
 
awaitTermination(long, TimeUnit) - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 

B

before() - Method in class org.mule.tck.junit4.rule.CustomTimeZone
 
before() - Method in class org.mule.tck.junit4.rule.ExternalProcess
 
before() - Method in class org.mule.tck.junit4.rule.RequiresConnectivity
 
before() - Method in class org.mule.tck.junit4.rule.SystemProperty
 
before() - Method in class org.mule.tck.junit4.rule.SystemPropertyTemporaryFolder
 
before() - Method in class org.mule.tck.junit4.rule.VerboseExceptions
 
BLOCK_TIMEOUT - Static variable in class org.mule.tck.junit4.AbstractMuleContextTestCase
Default timeout used when blocking on Publisher completion.
BUILDER_ANSWER - Static variable in class org.mule.tck.mockito.answer.BuilderAnswer
 
BuilderAnswer - Class in org.mule.tck.mockito.answer
Use this answer for mocking an object that implements the Builder Pattern.

C

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
Similar to PollingProber.check(long, long, CheckedSupplier) only that this one is expecting for the probe condition to NEVER be met.
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
Clears the configurations generated by TestsLogConfigurationHelper.configureLoggingForTest(Class)
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
 

D

DataTypeCompatibilityMatcher - Class in org.mule.tck.junit4.matcher
 
DataTypeCompatibilityMatcher(DataType) - Constructor for class org.mule.tck.junit4.matcher.DataTypeCompatibilityMatcher
 
DataTypeMatcher - Class in org.mule.tck.junit4.matcher
Verifies a given DataType's type, mime type and encoding.
DataTypeMatcher(Class, MediaType, Charset) - Constructor for class org.mule.tck.junit4.matcher.DataTypeMatcher
 
deallocate(ByteBuffer) - Method in class org.mule.tck.core.streaming.SimpleByteBufferManager
No - Op operation
decorateScheduler(SimpleUnitTestSupportScheduler) - Method in class org.mule.tck.SimpleUnitTestSupportSchedulerService
 
decorateTask(Callable<V>, RunnableScheduledFuture<V>) - Method in class org.mule.tck.SimpleUnitTestSupportScheduler
 
decorateTask(Runnable, RunnableScheduledFuture<V>) - Method in class org.mule.tck.SimpleUnitTestSupportScheduler
 
DEFAULT_EXHAUSTED_ACTION - Static variable in class org.mule.tck.core.util.pool.AbstractPoolingTestCase
 
DEFAULT_INITIALISATION_POLICY - Static variable in class org.mule.tck.core.util.pool.AbstractPoolingTestCase
 
DEFAULT_POLLING_INTERVAL - Static variable in class org.mule.tck.probe.PollingProber
 
DEFAULT_TEST_TIMEOUT_SECS - Static variable in class org.mule.tck.junit4.AbstractMuleTestCase
 
DEFAULT_TIMEOUT - Static variable in class org.mule.tck.probe.PollingProber
 
describeFailure() - Method in class org.mule.tck.probe.file.FileDoesNotExists
 
describeFailure() - Method in class org.mule.tck.probe.file.FileExists
 
describeFailure() - Method in class org.mule.tck.probe.JUnitLambdaProbe
 
describeFailure() - Method in class org.mule.tck.probe.JUnitProbe
 
describeFailure() - Method in interface org.mule.tck.probe.Probe
Describes the cause of the criteria failure for further analysis.
describeMismatchSafely(T, Description) - Method in class org.mule.functional.junit4.matchers.ThrowableCauseMatcher
 
describeMismatchSafely(T, Description) - Method in class org.mule.functional.junit4.matchers.ThrowableRootCauseMatcher
 
describeMismatchSafely(DataType, Description) - Method in class org.mule.tck.junit4.matcher.DataTypeCompatibilityMatcher
 
describeMismatchSafely(DataType, Description) - Method in class org.mule.tck.junit4.matcher.DataTypeMatcher
 
describeMismatchSafely(ErrorType, Description) - Method in class org.mule.tck.junit4.matcher.ErrorTypeMatcher
 
describeMismatchSafely(CoreEvent, Description) - Method in class org.mule.tck.junit4.matcher.EventMatcher
 
describeMismatchSafely(Optional<T>, Description) - Method in class org.mule.tck.junit4.matcher.IsEmptyOptional
 
describeMismatchSafely(String, Description) - Method in class org.mule.tck.junit4.matcher.IsEqualIgnoringLineBreaks
 
describeTo(Description) - Method in class org.mule.functional.junit4.matchers.ThrowableCauseMatcher
 
describeTo(Description) - Method in class org.mule.functional.junit4.matchers.ThrowableExceptionInfoMatcher
 
describeTo(Description) - Method in class org.mule.functional.junit4.matchers.ThrowableMessageMatcher
 
describeTo(Description) - Method in class org.mule.functional.junit4.matchers.ThrowableRootCauseMatcher
 
describeTo(Description) - Method in class org.mule.tck.junit4.matcher.DataTypeCompatibilityMatcher
 
describeTo(Description) - Method in class org.mule.tck.junit4.matcher.DataTypeMatcher
 
describeTo(Description) - Method in class org.mule.tck.junit4.matcher.EitherMatcher
 
describeTo(Description) - Method in class org.mule.tck.junit4.matcher.ErrorTypeMatcher
 
describeTo(Description) - Method in class org.mule.tck.junit4.matcher.EventMatcher
 
describeTo(Description) - Method in class org.mule.tck.junit4.matcher.Eventually
 
describeTo(Description) - Method in class org.mule.tck.junit4.matcher.FunctionExpressionMatcher
 
describeTo(Description) - Method in class org.mule.tck.junit4.matcher.HasClassInHierarchy
 
describeTo(Description) - Method in class org.mule.tck.junit4.matcher.IsEmptyOptional
 
describeTo(Description) - Method in class org.mule.tck.junit4.matcher.IsEqualIgnoringLineBreaks
 
describeTo(Description) - Method in class org.mule.tck.junit4.matcher.MessagingExceptionMatcher
 
describeTo(Description) - Method in class org.mule.tck.junit4.matcher.MetadataKeyMatcher
 
describeTo(Description) - Method in class org.mule.tck.junit4.matcher.ValueMatcher
 
describeTo(Description) - Method in class org.mule.tck.util.EnumerationMatcher
 
disableAutomaticTestConnectivity() - Static method in class org.mule.tck.util.TestConnectivityUtils
Injects a System property to disable automatic test connectivity when the Mule app starts
dispose() - Method in class org.mule.tck.SensingNullMessageProcessor
 
disposeContext() - Static method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
disposeContextPerTest() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
disposeOnlyMuleContext() - Static method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
disposeTest - Variable in class org.mule.tck.core.util.queue.AbstractTransactionQueueManagerTestCase
 
doCleanUp() - Method in class org.mule.tck.junit4.rule.DynamicPort
 
doCleanUp() - Method in class org.mule.tck.junit4.rule.SystemProperty
 
doConfigure(MuleContext) - Method in class org.mule.tck.config.TestServicesConfigurationBuilder
 
doContains(String) - Method in class org.mule.tck.core.util.store.InMemoryObjectStore
 
doInitialise() - Method in class org.mule.tck.security.TestSecurityFilter
 
doRemove(String) - Method in class org.mule.tck.core.util.store.InMemoryObjectStore
 
doRetrieve(String) - Method in class org.mule.tck.core.util.store.InMemoryObjectStore
 
doSetUp() - Method in class org.mule.tck.AbstractTxThreadAssociationTestCase
 
doSetUp() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
Enables the adding of extra behavior on the set up stage of a test right after the creation of the mule context in AbstractMuleContextTestCase.setUpMuleContext().
doSetUp() - Method in class org.mule.tck.junit4.AbstractReactiveProcessorTestCase
 
doSetUpBeforeMuleContextCreation() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
doStore(String, T) - Method in class org.mule.tck.core.util.store.InMemoryObjectStore
 
doTearDown() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
Enables the adding of extra behavior on the tear down stage of a test before the mule context is disposed in AbstractMuleContextTestCase.disposeContextPerTest().
doTearDown() - Method in class org.mule.tck.junit4.AbstractReactiveProcessorTestCase
 
doTearDownAfterMuleContextDispose() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
doTestBadReturnType(Transformer, Object) - Method in class org.mule.tck.core.transformer.AbstractTransformerTestCase
 
doTestClassInjection() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
doTestClone(Transformer, Transformer) - Method in class org.mule.tck.core.transformer.AbstractTransformerTestCase
 
dumpFilteredThreadsInTest() - Static method in class org.mule.tck.junit4.AbstractMuleTestCase
 
DynamicPort - Class in org.mule.tck.junit4.rule
Defines a socket port number that will be dynamically assigned as an external resource.
DynamicPort(String) - Constructor for class org.mule.tck.junit4.rule.DynamicPort
Creates a dynamic port resource for a given port name.

E

EitherMatcher<L,R> - Class in org.mule.tck.junit4.matcher
Matcher for Either instances.
EitherMatcher(Matcher<L>, Matcher<R>) - Constructor for class org.mule.tck.junit4.matcher.EitherMatcher
 
empty() - Static method in class org.mule.tck.junit4.matcher.IsEmptyOptional
 
ENCODING - Static variable in class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
 
ENCODING - Static variable in class org.mule.functional.transformer.simple.AbstractRemoveVariablePropertyProcessorTestCase
 
EnumerationMatcher<T> - Class in org.mule.tck.util
Matches a Enumeration against a collection of expected items.
EnumerationMatcher(Collection<T>) - Constructor for class org.mule.tck.util.EnumerationMatcher
 
equals(Object) - Method in class org.mule.tck.core.util.store.InMemoryObjectStore.StoredObject
 
equalTo(Collection<T>) - Static method in class org.mule.tck.util.EnumerationMatcher
 
equalToIgnoringLineBreaks(String) - Static method in class org.mule.tck.junit4.matcher.IsEqualIgnoringLineBreaks
 
errorType(ErrorTypeDefinition) - Static method in class org.mule.tck.junit4.matcher.ErrorTypeMatcher
 
errorType(String, String) - Static method in class org.mule.tck.junit4.matcher.ErrorTypeMatcher
 
errorType(ComponentIdentifier) - Static method in class org.mule.tck.junit4.matcher.ErrorTypeMatcher
 
errorType(Matcher<String>, Matcher<String>) - Static method in class org.mule.tck.junit4.matcher.ErrorTypeMatcher
 
ErrorTypeMatcher - Class in org.mule.tck.junit4.matcher
Matcher for ErrorType instances.
evalSubstringOf(String) - Method in class org.mule.tck.junit4.matcher.StringContainsIgnoringLineBreaks
 
evaluate() - Method in class org.mule.tck.junit4.rule.WarnOnTimeout
 
event - Variable in class org.mule.tck.SensingNullMessageProcessor
 
eventBuilder() - Static method in class org.mule.tck.util.MuleContextUtils
Creates a basic event builder with its context already set.
eventBuilder(MuleContext) - Static method in class org.mule.tck.util.MuleContextUtils
Creates a basic event builder with its context built from the provided muleContext.
EventMatcher - Class in org.mule.tck.junit4.matcher
Matcher for CoreEvent instances.
EventMatcher(Matcher<Message>, Matcher<Map<String, TypedValue<?>>>, Matcher<ErrorType>, Matcher<SecurityContext>) - Constructor for class org.mule.tck.junit4.matcher.EventMatcher
 
Eventually<T> - Class in org.mule.tck.junit4.matcher
Should the matcher be satisfied with delay?
eventually(Matcher<T>) - Static method in class org.mule.tck.junit4.matcher.Eventually
Creates a matcher that retry the matcher until it is satisfied or until the timeout.
every(int, TimeUnit) - Method in class org.mule.tck.junit4.matcher.Eventually
Configures the repetition interval for retrying the matcher condition.
execute(Runnable) - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 
expire() - Method in class org.mule.tck.core.util.store.InMemoryObjectStore
 
EXPRESSION - Static variable in class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
 
EXPRESSION - Static variable in class org.mule.functional.transformer.simple.AbstractRemoveVariablePropertyProcessorTestCase
 
EXPRESSION_VALUE - Static variable in class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
 
EXPRESSION_VALUE - Static variable in class org.mule.functional.transformer.simple.AbstractRemoveVariablePropertyProcessorTestCase
 
expressionMatches(Function<T, R>, Matcher<? extends R>) - Static method in class org.mule.tck.junit4.matcher.FunctionExpressionMatcher
Builds a matcher that lazily evaluates against the object returned by the given resolver Function.
ExtensionCompiler() - Constructor for class org.mule.tck.util.CompilerUtils.ExtensionCompiler
 
ExternalProcess - Class in org.mule.tck.junit4.rule
Executes a process that starts a server required by the test.
ExternalProcess(Predicate<String>, String...) - Constructor for class org.mule.tck.junit4.rule.ExternalProcess
 

F

failed(Throwable, Description) - Method in class org.mule.tck.report.HeapDumpOnFailure
 
failed(Throwable, Description) - Method in class org.mule.tck.report.ThreadDumpOnTimeOut
 
failIfThereIsNoCapacity() - Method in class org.mule.tck.core.util.queue.QueueStoreTestCase
 
FileDoesNotExists - Class in org.mule.tck.probe.file
Checks that a given file is not present in the file system
FileDoesNotExists(File) - Constructor for class org.mule.tck.probe.file.FileDoesNotExists
 
FileExists - Class in org.mule.tck.probe.file
Checks that a given file exists in the file system
FileExists(File) - Constructor for class org.mule.tck.probe.file.FileExists
 
find() - Method in class org.mule.tck.junit4.rule.FreePortFinder
 
findClass(String) - Method in class org.mule.tck.classlaoder.TestClassLoader
 
findLibrary(String) - Method in class org.mule.tck.classlaoder.TestClassLoader
 
findResource(String) - Method in class org.mule.tck.classlaoder.TestClassLoader
 
findResources(String) - Method in class org.mule.tck.classlaoder.TestClassLoader
 
FlakinessDetectorTestRunner - Class in org.mule.tck.junit4
Provides a tool to detect the cause of flaky tests by running then multiple times.
FlakinessDetectorTestRunner(Class<?>) - Constructor for class org.mule.tck.junit4.FlakinessDetectorTestRunner
 
FlakinessDetectorTestRunnerWithParameters - Class in org.mule.tck.junit4
Provides a tool to detect the cause of flaky tests by running then multiple times.
FlakinessDetectorTestRunnerWithParameters(TestWithParameters) - Constructor for class org.mule.tck.junit4.FlakinessDetectorTestRunnerWithParameters
 
FlakinessDetectorTestRunnerWithParameters.FlakinessDetectorTestRunnerWithParametersFactory - Class in org.mule.tck.junit4
 
FlakinessDetectorTestRunnerWithParametersFactory() - Constructor for class org.mule.tck.junit4.FlakinessDetectorTestRunnerWithParameters.FlakinessDetectorTestRunnerWithParametersFactory
 
FlakyTest - Annotation Type in org.mule.tck.junit4
Indicates that a test method or class is flaky
FLOW_CONSRUCT_PROPERTY - Static variable in class org.mule.tck.core.lifecycle.LifecycleTrackerProcessor
 
FlowAssert - Class in org.mule.tck.processor
 
FlowAssert() - Constructor for class org.mule.tck.processor.FlowAssert
 
FlowAssertion - Interface in org.mule.tck.processor
 
freePortFinder - Static variable in class org.mule.tck.junit4.rule.DynamicPort
 
FreePortFinder - Class in org.mule.tck.junit4.rule
Finds available port numbers in a specified range.
FreePortFinder(int, int) - Constructor for class org.mule.tck.junit4.rule.FreePortFinder
 
FunctionExpressionMatcher<T,R> - Class in org.mule.tck.junit4.matcher
A matcher that will evaluate against the result of a given Function.

G

get() - Method in class org.mule.tck.util.TestTimeSupplier
Returns the current virtualized time in milliseconds
getAppleFlowComponentLocationAnnotations() - Static method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
getBackPressureStrategy() - Method in class org.mule.tck.TriggerableMessageSource
 
getBuilder() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
getClassLoader() - Method in exception org.mule.tck.classlaoder.TestClassLoader.TestClassNotFoundException
 
getConfigurationResources() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
getDecorated() - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 
getDeploymentProperties() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
getEventBuilder() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
getEventBuilder() - Method in class org.mule.tck.junit4.AbstractMuleTestCase
Allows subclasses to provide a builder configured in a different way
getExceptionListeners(FlowExceptionHandler) - Static method in class org.mule.tck.MuleTestUtils
Returns the exception listener configured on a messaging exception handler

Invokes getExceptionListeners method on the provided exception handler to avoid exposing that method on the public API.

getExecutionClassLoader() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
getFileInsideWorkingDirectory(String) - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
getFlowComponentLocationAnnotations(String) - Static method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
getId() - Method in class org.mule.tck.core.util.store.InMemoryObjectStore.StoredObject
 
getItem() - Method in class org.mule.tck.core.util.store.InMemoryObjectStore.StoredObject
 
getJavaSerializerWithMockContext() - Static method in class org.mule.tck.SerializationTestUtils
 
getListener() - Method in class org.mule.tck.TriggerableMessageSource
 
getLocalizedMessage() - Method in exception org.mule.tck.security.TestSecurityFilter.StaticMessageUnauthorisedException
 
getMavenProjectVersionProperty() - Static method in class org.mule.tck.junit4.AbstractMuleTestCase
Could be useful to use it in place of hardcoding the pom project version in the tests.
getMessageProcessors(Object) - Static method in class org.mule.tck.MuleTestUtils
Returns the object message processors

Invokes getMessageProcessors method on the provided object to avoid exposing that method on the public API.

getMessageSource() - Method in class org.mule.tck.SensingNullMessageProcessor
 
getName() - Method in class org.mule.tck.core.serialization.NotSerializableTestObject
 
getName() - Method in class org.mule.tck.junit4.rule.SystemProperty
 
getName() - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 
getName() - Method in class org.mule.tck.SimpleUnitTestSupportScheduler
 
getName() - Method in class org.mule.tck.SimpleUnitTestSupportSchedulerService
 
getNotifications() - Method in class org.mule.tck.core.context.notification.AbstractNotificationLogger
 
getNotifications() - Method in interface org.mule.tck.core.context.notification.NotificationLogger
 
getNumber() - Method in class org.mule.tck.junit4.rule.DynamicPort
 
getObjectSerializer() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
getObjectStore() - Method in class org.mule.tck.core.util.store.TemplateObjectStoreContractTestCase
 
getPayload(Message, DataType) - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
Uses TransformationService to get representation of a message for a given DataType
getPayload(Message, Class<T>) - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
Uses TransformationService to get representation of a message for a given Class
getPayloadAsBytes(Message) - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
Uses TransformationService to get byte[] representation of a message.
getPayloadAsString(Message) - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
Uses TransformationService to get a String representation of a message.
getRegistry() - Method in class org.mule.tck.core.registry.AbstractRegistryTestCase
 
getResource(String) - Method in class org.mule.tck.classlaoder.TestClassLoader
 
getResourceAsStream(String) - Method in class org.mule.tck.classlaoder.TestClassLoader
 
getResources(String) - Method in class org.mule.tck.classlaoder.TestClassLoader
 
getResultData() - Method in class org.mule.tck.core.transformer.AbstractTransformerTestCase
 
getRoundTripTransformer() - Method in class org.mule.tck.core.transformer.AbstractTransformerTestCase
 
getRunningThreadByName(String) - Static method in class org.mule.tck.MuleTestUtils
Returns a currently running Thread of the given name
getScheduledTasks() - Method in class org.mule.tck.SimpleUnitTestSupportSchedulerService
 
getSchedulers() - Method in class org.mule.tck.SimpleUnitTestSupportSchedulerService
 
getSensingNullMessageProcessor() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
getStartUpRegistryObjects() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
getStartUpRegistryObjects() - Method in class org.mule.tck.junit4.AbstractReactiveProcessorTestCase
 
getStatistics() - Method in class org.mule.tck.core.lifecycle.LifecycleTrackerProcessor
 
getStorableValue() - Method in class org.mule.tck.core.util.store.TemplateObjectStoreContractTestCase
 
getTargetFolder() - Method in class org.mule.tck.util.CompilerUtils.SingleClassCompiler
 
getTestData() - Method in class org.mule.tck.core.transformer.AbstractTransformerTestCase
 
getTestFlow(MuleContext) - Static method in class org.mule.tck.MuleTestUtils
Creates an empty flow named MuleTestUtils.APPLE_FLOW.
getTestHeader() - Method in class org.mule.tck.junit4.AbstractMuleTestCase
 
getTestTimeoutSecs() - Method in class org.mule.tck.junit4.AbstractMuleTestCase
Defines the timeout in seconds that will be used to run the test.
getThis() - Method in class org.mule.tck.util.CompilerUtils.ExtensionCompiler
 
getThis() - Method in class org.mule.tck.util.CompilerUtils.JarCompiler
 
getThis() - Method in class org.mule.tck.util.CompilerUtils.SingleClassCompiler
 
getTimeoutSystemProperty() - Method in class org.mule.tck.junit4.AbstractMuleTestCase
Defines the number of seconds that a test has in order to run before throwing a timeout.
getTimeZone() - Method in class org.mule.tck.junit4.rule.CustomTimeZone
 
getTracker() - Method in class org.mule.tck.core.lifecycle.LifecycleTrackerCheckProcessor
 
getTransactionManager() - Method in class org.mule.tck.AbstractTxThreadAssociationTestCase
 
getTransactionManagerFactory() - Method in class org.mule.tck.AbstractTxThreadAssociationTestCase
 
getTransformer() - Method in class org.mule.tck.core.transformer.AbstractTransformerTestCase
 
getTriggerableMessageSource() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
getValue() - Method in class org.mule.tck.junit4.rule.DynamicPort
 
getValue() - Method in class org.mule.tck.junit4.rule.SystemProperty
 
getValue() - Method in class org.mule.tck.junit4.rule.SystemPropertyLambda
 
getVariableDataType(CoreEvent, String) - Method in class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
 
getWorkingDirectory() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 

H

hasCause(Matcher<T>) - Static method in class org.mule.functional.junit4.matchers.ThrowableCauseMatcher
 
HasClassInHierarchy - Class in org.mule.tck.junit4.matcher
Tests whether the value has a given class name in the class hierarchy.
hasConnections() - Method in class org.mule.tck.http.TestProxyServer
 
hasErrorType(ErrorTypeDefinition) - Static method in class org.mule.tck.junit4.matcher.EventMatcher
 
hasErrorType(String, String) - Static method in class org.mule.tck.junit4.matcher.EventMatcher
 
hasErrorType(Matcher<String>, Matcher<String>) - Static method in class org.mule.tck.junit4.matcher.EventMatcher
 
hasErrorTypeThat(Matcher<ErrorType>) - Static method in class org.mule.tck.junit4.matcher.EventMatcher
 
hashCode() - Method in class org.mule.tck.core.util.store.InMemoryObjectStore.StoredObject
 
hasInfo(Matcher<Map<? extends String, ?>>) - Static method in class org.mule.functional.junit4.matchers.ThrowableExceptionInfoMatcher
 
hasMessage(Matcher<String>) - Static method in class org.mule.functional.junit4.matchers.ThrowableMessageMatcher
 
hasMessage(String) - Static method in class org.mule.functional.junit4.matchers.ThrowableMessageMatcher
 
hasMessage(Matcher<Message>) - Static method in class org.mule.tck.junit4.matcher.EventMatcher
 
hasRootCause(Matcher<T>) - Static method in class org.mule.functional.junit4.matchers.ThrowableRootCauseMatcher
 
hasSecurityContext(Matcher<SecurityContext>) - Static method in class org.mule.tck.junit4.matcher.EventMatcher
 
hasTimedOut() - Method in class org.mule.tck.probe.Timeout
 
hasVariables(Matcher<Map<String, TypedValue<?>>>) - Static method in class org.mule.tck.junit4.matcher.EventMatcher
 
HeapDumper - Class in org.mule.tck.report
 
HeapDumper() - Constructor for class org.mule.tck.report.HeapDumper
 
HeapDumpOnFailure - Class in org.mule.tck.report
Rule that generates a heap dump on failure.
HeapDumpOnFailure() - Constructor for class org.mule.tck.report.HeapDumpOnFailure
 

I

IGNORED_DOT_MULE_DIRS - Static variable in class org.mule.tck.junit4.AbstractMuleContextTestCase
Top-level directories under .mule which are not deleted on each test case recycle.
including(File, String) - Method in class org.mule.tck.util.CompilerUtils.MultipleFileCompiler
Includes a resource file into the generated JAR file.
initialized - Variable in class org.mule.tck.junit4.rule.SystemProperty
 
initializeMuleTest() - Method in class org.mule.tck.junit4.AbstractMuleTestCase
 
InMemoryObjectStore<T extends Serializable> - Class in org.mule.tck.core.util.store
InMemoryObjectStore implements an optionally bounded in-memory store for message IDs with periodic expiry of old entries.
InMemoryObjectStore() - Constructor for class org.mule.tck.core.util.store.InMemoryObjectStore
 
InMemoryObjectStore.StoredObject<T> - Class in org.mule.tck.core.util.store
Represents the object stored in the store.
inputStreamClosed() - Method in class org.mule.tck.core.internal.serialization.AbstractSerializerProtocolContractTestCase
 
invocations - Variable in class org.mule.tck.SensingNullMessageProcessor
 
invokeAll(Collection<? extends Callable<T>>) - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 
invokeAny(Collection<? extends Callable<T>>) - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 
ioScheduler() - Method in class org.mule.tck.SimpleUnitTestSupportSchedulerService
 
ioScheduler(SchedulerConfig) - Method in class org.mule.tck.SimpleUnitTestSupportSchedulerService
 
ioScheduler(SchedulerConfig, SchedulerPoolsConfigFactory) - Method in class org.mule.tck.SimpleUnitTestSupportSchedulerService
 
isDisabledInThisEnvironment() - Method in class org.mule.tck.junit4.AbstractMuleTestCase
Subclasses can override this method to skip the execution of the entire test class.
isDisabledInThisEnvironment(String) - Method in class org.mule.tck.junit4.AbstractMuleTestCase
Should this test run?
isDisposeContextPerClass() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
IsEmptyOptional<T> - Class in org.mule.tck.junit4.matcher
Verifies that an Optional is empty.
IsEmptyOptional() - Constructor for class org.mule.tck.junit4.matcher.IsEmptyOptional
 
IsEqualIgnoringLineBreaks - Class in org.mule.tck.junit4.matcher
Tests if a String is equal to another string, regardless of the line breaks,helpful when dealing with cross-platform tests
IsEqualIgnoringLineBreaks(String) - Constructor for class org.mule.tck.junit4.matcher.IsEqualIgnoringLineBreaks
 
isFailOnTimeout() - Method in class org.mule.tck.junit4.AbstractMuleTestCase
Indicates whether the test should fail when a timeout is reached.
isGracefulShutdown() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
Determines if the test case should perform graceful shutdown or not.
isOffline(String) - Method in class org.mule.tck.junit4.AbstractMuleTestCase
 
isPersistent() - Method in class org.mule.tck.core.util.queue.AbstractTransactionQueueManagerTestCase
 
isPersistent() - Method in class org.mule.tck.core.util.store.InMemoryObjectStore
 
isPortFree(int) - Static method in class org.mule.tck.junit4.rule.FreePortFinder
Check and log is a given port is available
isSatisfied() - Method in class org.mule.tck.probe.file.FileDoesNotExists
 
isSatisfied() - Method in class org.mule.tck.probe.file.FileExists
 
isSatisfied() - Method in class org.mule.tck.probe.JUnitProbe
Invokes JUnitProbe.test() and returns its outcome, provided that it didn't threw any Exception or AssertionError.
isSatisfied() - Method in interface org.mule.tck.probe.Probe
Indicates whether or not the specified criteria was met or not.
isShutdown() - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 
isStartContext() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
isSynchronous() - Method in class org.mule.tck.MuleTestUtils.TestDirectProcessingStrategy
 
isTerminated() - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 

J

JarCompiler() - Constructor for class org.mule.tck.util.CompilerUtils.JarCompiler
 
JUnitLambdaProbe - Class in org.mule.tck.probe
Implementation of JUnitProbe which makes it Java 8 Lambda friendly.
JUnitLambdaProbe(CheckedSupplier<Boolean>, String) - Constructor for class org.mule.tck.probe.JUnitLambdaProbe
 
JUnitLambdaProbe(CheckedSupplier<Boolean>, CheckedFunction<AssertionError, String>) - Constructor for class org.mule.tck.probe.JUnitLambdaProbe
 
JUnitLambdaProbe(CheckedSupplier<Boolean>, CheckedSupplier<String>) - Constructor for class org.mule.tck.probe.JUnitLambdaProbe
 
JUnitLambdaProbe(CheckedSupplier<Boolean>) - Constructor for class org.mule.tck.probe.JUnitLambdaProbe
 
JUnitProbe - Class in org.mule.tck.probe
Base implementation of Probe for cases in which the JUnitProbe.isSatisfied() method can throw exceptions or will perform JUnit/Hamcrest assertions, which result in AssertionError
JUnitProbe() - Constructor for class org.mule.tck.probe.JUnitProbe
 

L

LargeTest - Annotation Type in org.mule.tck.size
Marks a test class as large.
lastFailure - Variable in class org.mule.tck.probe.JUnitProbe
 
latch - Variable in class org.mule.tck.SensingNullMessageProcessor
 
leftMatches(Matcher<L>) - Static method in class org.mule.tck.junit4.matcher.EitherMatcher
 
LIFECYCLE_TRACKER_PROCESSOR_PROPERTY - Static variable in class org.mule.tck.core.lifecycle.LifecycleTrackerProcessor
 
LifecycleTrackerCheckProcessor - Class in org.mule.tck.core.lifecycle
Specialization of LifecycleTrackerProcessor that validates the phase transition being done on this component.
LifecycleTrackerCheckProcessor() - Constructor for class org.mule.tck.core.lifecycle.LifecycleTrackerCheckProcessor
 
LifecycleTrackerProcessor - Class in org.mule.tck.core.lifecycle
 
LifecycleTrackerProcessor() - Constructor for class org.mule.tck.core.lifecycle.LifecycleTrackerProcessor
 
like(Class, MediaType, Charset) - Static method in class org.mule.tck.junit4.matcher.DataTypeMatcher
 
like(Class, MediaType) - Static method in class org.mule.tck.junit4.matcher.DataTypeMatcher
 
like(DataType) - Static method in class org.mule.tck.junit4.matcher.DataTypeMatcher
 
listener - Variable in class org.mule.tck.TriggerableMessageSource
 
loadClass(String) - Method in class org.mule.tck.classlaoder.TestClassLoader
 
loadClass(String, boolean) - Method in class org.mule.tck.classlaoder.TestClassLoader
 
LOCK_TIMEOUT - Static variable in class org.mule.tck.junit4.AbstractMuleContextTestCase
Default timeout for multithreaded tests (using CountDownLatch, WaitableBoolean, etc.), in milliseconds.
logger - Variable in class org.mule.tck.core.util.queue.AbstractTransactionQueueManagerTestCase
logger used by this class
logThreadDump() - Static method in class org.mule.tck.report.ThreadDumper
Call this method from your application whenever you want to log a thread dump.
LONG_POLL_TIMEOUT - Static variable in class org.mule.tck.core.util.queue.QueueStoreTestCase
 
lookupTransformer(MuleContextWithRegistry, DataType, DataType) - Static method in class org.mule.tck.util.MuleContextUtils
Will find a transformer that is the closest match to the desired input and output.

M

main(String[]) - Static method in class org.mule.tck.report.HeapDumper
 
matches(Object) - Method in class org.mule.tck.junit4.matcher.Eventually
 
matches(Object, Description) - Method in class org.mule.tck.junit4.matcher.HasClassInHierarchy
 
matchesSafely(T) - Method in class org.mule.functional.junit4.matchers.ThrowableCauseMatcher
 
matchesSafely(T) - Method in class org.mule.functional.junit4.matchers.ThrowableExceptionInfoMatcher
 
matchesSafely(T) - Method in class org.mule.functional.junit4.matchers.ThrowableMessageMatcher
 
matchesSafely(T) - Method in class org.mule.functional.junit4.matchers.ThrowableRootCauseMatcher
 
matchesSafely(DataType) - Method in class org.mule.tck.junit4.matcher.DataTypeCompatibilityMatcher
 
matchesSafely(DataType) - Method in class org.mule.tck.junit4.matcher.DataTypeMatcher
 
matchesSafely(Either<L, R>) - Method in class org.mule.tck.junit4.matcher.EitherMatcher
 
matchesSafely(ErrorType) - Method in class org.mule.tck.junit4.matcher.ErrorTypeMatcher
 
matchesSafely(CoreEvent) - Method in class org.mule.tck.junit4.matcher.EventMatcher
 
matchesSafely(T) - Method in class org.mule.tck.junit4.matcher.FunctionExpressionMatcher
 
matchesSafely(Optional<T>) - Method in class org.mule.tck.junit4.matcher.IsEmptyOptional
 
matchesSafely(String) - Method in class org.mule.tck.junit4.matcher.IsEqualIgnoringLineBreaks
 
matchesSafely(MessagingException) - Method in class org.mule.tck.junit4.matcher.MessagingExceptionMatcher
 
matchesSafely(MetadataKey) - Method in class org.mule.tck.junit4.matcher.MetadataKeyMatcher
 
matchesSafely(Value) - Method in class org.mule.tck.junit4.matcher.ValueMatcher
 
matchesSafely(Enumeration<T>) - Method in class org.mule.tck.util.EnumerationMatcher
 
MAX_ACTIVE - Static variable in class org.mule.tck.core.util.pool.AbstractPoolingTestCase
 
MAX_IDLE - Static variable in class org.mule.tck.core.util.pool.AbstractPoolingTestCase
 
MAX_PORT_SYSTEM_PROPERTY - Static variable in class org.mule.tck.junit4.rule.DynamicPort
 
MAX_WAIT - Static variable in class org.mule.tck.core.util.pool.AbstractPoolingTestCase
 
MediumTest - Annotation Type in org.mule.tck.size
Marks a test class as medium.
MessagingExceptionMatcher - Class in org.mule.tck.junit4.matcher
Matcher for MessagingException instances.
MessagingExceptionMatcher(EventMatcher) - Constructor for class org.mule.tck.junit4.matcher.MessagingExceptionMatcher
 
MetadataKeyMatcher - Class in org.mule.tck.junit4.matcher
Matcher implementation for MetadataKey
metadataKeyWithId(String) - Static method in class org.mule.tck.junit4.matcher.MetadataKeyMatcher
Creates a new instance of the MetadataKeyMatcher
MIN_PORT_SYSTEM_PROPERTY - Static variable in class org.mule.tck.junit4.rule.DynamicPort
 
mockContextWithServices() - Static method in class org.mule.tck.util.MuleContextUtils
Creates and configures a mock MuleContext to return testing services implementations.
mockExprExecutorService() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
Defines if a mock should be used for the ExpressionExecutor.
MockExtensionManagerConfigurationBuilder - Class in org.mule.tck.junit4
ConfigurationBuilder used to provide a mock implementation of ExtensionManager with an empty set of extensions.
MockExtensionManagerConfigurationBuilder() - Constructor for class org.mule.tck.junit4.MockExtensionManagerConfigurationBuilder
 
mockHttpService() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
Defines if a mock should be used for the HttpService.
mockMuleContext() - Static method in class org.mule.tck.util.MuleContextUtils
 
mockRegistry(MuleContextWithRegistry) - Static method in class org.mule.tck.util.MuleContextUtils
Adds a mock registry to the provided context.
mode - Variable in class org.mule.tck.junit4.AbstractReactiveProcessorTestCase
 
modeParameters() - Static method in class org.mule.tck.junit4.AbstractReactiveProcessorTestCase
 
move(long, TimeUnit) - Method in class org.mule.tck.util.TestTimeSupplier
Moves the current TestTimeSupplier.timeInMillis by the given time which is expressed in the given unit.
MuleAssert - Class in org.mule.tck
Custom assertions for Mule
MuleAssert() - Constructor for class org.mule.tck.MuleAssert
 
muleContext - Static variable in class org.mule.tck.junit4.AbstractMuleContextTestCase
The context used to run this test.
MuleContextUtils - Class in org.mule.tck.util
Provides helper methods to handle mock MuleContexts in unit tests.
MuleEventCheckAnswer - Class in org.mule.tck
 
MuleEventCheckAnswer() - Constructor for class org.mule.tck.MuleEventCheckAnswer
 
MuleEventCheckAnswer(CoreEvent) - Constructor for class org.mule.tck.MuleEventCheckAnswer
 
MuleEventCheckAnswer(MuleException) - Constructor for class org.mule.tck.MuleEventCheckAnswer
 
MuleTestUtils - Class in org.mule.tck
Utilities for creating test and Mock Mule objects
MuleTestUtils() - Constructor for class org.mule.tck.MuleTestUtils
 
MuleTestUtils.TestCallback - Interface in org.mule.tck
 
MuleTestUtils.TestDirectProcessingStrategy - Class in org.mule.tck
 
MultiParamComponent - Class in org.mule.tck.services
A simple test component used for testing multiple parameters
MultiParamComponent() - Constructor for class org.mule.tck.services.MultiParamComponent
 
MultipleFileCompiler() - Constructor for class org.mule.tck.util.CompilerUtils.MultipleFileCompiler
 

N

name - Variable in class org.mule.tck.junit4.AbstractMuleTestCase
 
newEvent() - Method in class org.mule.tck.junit4.AbstractMuleTestCase
Create a new CoreEvent for each invocation.
NON_GRACEFUL_SHUTDOWN_TIMEOUT - Static variable in class org.mule.tck.junit4.AbstractMuleContextTestCase
Default shutdown timeout used when AbstractMuleContextTestCase.isGracefulShutdown() is false.
NonSerializableObject - Class in org.mule.tck
 
NonSerializableObject() - Constructor for class org.mule.tck.NonSerializableObject
 
normalizeString(String) - Method in class org.mule.tck.core.transformer.AbstractTransformerTestCase
 
NotificationLogger<T extends org.mule.runtime.api.notification.Notification> - Interface in org.mule.tck.core.context.notification
Provides access to the notifications generated during a test run.
NotSerializableTestObject - Class in org.mule.tck.core.serialization
 
NotSerializableTestObject(String) - Constructor for class org.mule.tck.core.serialization.NotSerializableTestObject
 
NULL_EXPRESSION - Static variable in class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
 
NULL_EXPRESSION - Static variable in class org.mule.functional.transformer.simple.AbstractRemoveVariablePropertyProcessorTestCase
 
NULL_EXPRESSION_VALUE - Static variable in class org.mule.functional.transformer.simple.AbstractRemoveVariablePropertyProcessorTestCase
 
nullBytes() - Method in class org.mule.tck.core.internal.serialization.AbstractSerializerProtocolContractTestCase
 
nullObject() - Method in class org.mule.tck.core.internal.serialization.AbstractSerializerProtocolContractTestCase
 
nullPayloadEvent() - Method in class org.mule.tck.junit4.AbstractMuleTestCase
 
nullStream() - Method in class org.mule.tck.core.internal.serialization.AbstractSerializerProtocolContractTestCase
 
NUMBER_OF_ITEMS - Static variable in class org.mule.tck.core.util.queue.QueueStoreTestCase
 

O

OFFER_TIMEOUT - Static variable in class org.mule.tck.core.util.queue.QueueStoreTestCase
 
offerAndPollSingleValue() - Method in class org.mule.tck.core.util.queue.QueueStoreTestCase
 
offerAndPollTwice() - Method in class org.mule.tck.core.util.queue.QueueStoreTestCase
 
offerSeveralRetrieveAll() - Method in class org.mule.tck.core.util.queue.QueueStoreTestCase
 
offerSeveralRetrieveAllMuleEvents() - Method in class org.mule.tck.core.util.queue.QueueStoreTestCase
 
onNotification(T) - Method in class org.mule.tck.core.context.notification.AbstractNotificationLogger
 
open() - Method in class org.mule.tck.core.util.store.InMemoryObjectStore
 
org.mule.functional.junit4.matchers - package org.mule.functional.junit4.matchers
 
org.mule.functional.transformer.simple - package org.mule.functional.transformer.simple
 
org.mule.tck - package org.mule.tck
 
org.mule.tck.classlaoder - package org.mule.tck.classlaoder
 
org.mule.tck.config - package org.mule.tck.config
 
org.mule.tck.core.context.notification - package org.mule.tck.core.context.notification
 
org.mule.tck.core.internal.serialization - package org.mule.tck.core.internal.serialization
 
org.mule.tck.core.lifecycle - package org.mule.tck.core.lifecycle
 
org.mule.tck.core.registry - package org.mule.tck.core.registry
 
org.mule.tck.core.serialization - package org.mule.tck.core.serialization
 
org.mule.tck.core.streaming - package org.mule.tck.core.streaming
 
org.mule.tck.core.transformer - package org.mule.tck.core.transformer
 
org.mule.tck.core.util.pool - package org.mule.tck.core.util.pool
 
org.mule.tck.core.util.queue - package org.mule.tck.core.util.queue
 
org.mule.tck.core.util.store - package org.mule.tck.core.util.store
 
org.mule.tck.http - package org.mule.tck.http
 
org.mule.tck.junit4 - package org.mule.tck.junit4
 
org.mule.tck.junit4.matcher - package org.mule.tck.junit4.matcher
 
org.mule.tck.junit4.rule - package org.mule.tck.junit4.rule
 
org.mule.tck.mockito.answer - package org.mule.tck.mockito.answer
 
org.mule.tck.probe - package org.mule.tck.probe
 
org.mule.tck.probe.file - package org.mule.tck.probe.file
 
org.mule.tck.processor - package org.mule.tck.processor
 
org.mule.tck.report - package org.mule.tck.report
 
org.mule.tck.security - package org.mule.tck.security
 
org.mule.tck.services - package org.mule.tck.services
 
org.mule.tck.size - package org.mule.tck.size
 
org.mule.tck.util - package org.mule.tck.util
 

P

peekDoesNotRemoveElement() - Method in class org.mule.tck.core.util.queue.QueueStoreTestCase
 
PLAIN_STRING_KEY - Static variable in class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
 
PLAIN_STRING_KEY - Static variable in class org.mule.functional.transformer.simple.AbstractRemoveVariablePropertyProcessorTestCase
 
PLAIN_STRING_VALUE - Static variable in class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
 
PLAIN_STRING_VALUE - Static variable in class org.mule.functional.transformer.simple.AbstractRemoveVariablePropertyProcessorTestCase
 
pollDoesNotReturnsUntilPollTimeout() - Method in class org.mule.tck.core.util.queue.QueueStoreTestCase
 
PollingProber - Class in org.mule.tck.probe
 
PollingProber() - Constructor for class org.mule.tck.probe.PollingProber
 
PollingProber(long, long) - Constructor for class org.mule.tck.probe.PollingProber
 
probe(CheckedSupplier<Boolean>) - Static method in class org.mule.tck.probe.PollingProber
 
probe(CheckedSupplier<Boolean>, CheckedSupplier<String>) - Static method in class org.mule.tck.probe.PollingProber
 
probe(CheckedSupplier<Boolean>, CheckedFunction<AssertionError, String>) - Static method in class org.mule.tck.probe.PollingProber
 
probe(long, long, CheckedSupplier<Boolean>) - Static method in class org.mule.tck.probe.PollingProber
 
probe(long, long, CheckedSupplier<Boolean>, CheckedSupplier<String>) - Static method in class org.mule.tck.probe.PollingProber
 
probe(long, long, CheckedSupplier<Boolean>, CheckedFunction<AssertionError, String>) - Static method in class org.mule.tck.probe.PollingProber
 
Probe - Interface in org.mule.tck.probe
A probe indicates whether the state of the system satisfies a given criteria
Prober - Interface in org.mule.tck.probe
Checks wheter a given Probe is satisfied or not.
process(CoreEvent) - Method in class org.mule.tck.AbstractRequestResponseMessageProcessor
 
process(CoreEvent) - Method in class org.mule.tck.core.lifecycle.LifecycleTrackerProcessor
 
process(Processor, CoreEvent) - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
process(Processor, CoreEvent) - Method in class org.mule.tck.junit4.AbstractReactiveProcessorTestCase
 
process(Processor, CoreEvent, boolean) - Method in class org.mule.tck.junit4.AbstractReactiveProcessorTestCase
 
process(CoreEvent) - Method in class org.mule.tck.SensingNullMessageProcessor
 
processCatch(CoreEvent, MessagingException) - Method in class org.mule.tck.AbstractRequestResponseMessageProcessor
 
processFinally(CoreEvent, MessagingException) - Method in class org.mule.tck.AbstractRequestResponseMessageProcessor
Used to perform post processing after both request and response phases have been completed.
processRequest(CoreEvent) - Method in class org.mule.tck.AbstractRequestResponseMessageProcessor
Processes the request phase before the next message processor is invoked.
processRequest() - Method in class org.mule.tck.AbstractRequestResponseMessageProcessor
Processes the request phase before the next message processor is invoked.
processRequest(CoreEvent) - Method in class org.mule.tck.SensingNullRequestResponseMessageProcessor
 
processResponse(CoreEvent) - Method in class org.mule.tck.AbstractRequestResponseMessageProcessor
Processes the response phase after the next message processor and it's response phase have been invoked
processResponse() - Method in class org.mule.tck.AbstractRequestResponseMessageProcessor
Processes the response phase after the next message processor and it's response phase have been invoked
processResponse(CoreEvent) - Method in class org.mule.tck.SensingNullRequestResponseMessageProcessor
 

Q

QueueStoreTestCase - Class in org.mule.tck.core.util.queue
 
QueueStoreTestCase() - Constructor for class org.mule.tck.core.util.queue.QueueStoreTestCase
 
QueueTestComponent - Class in org.mule.tck.core.util.queue
 
QueueTestComponent() - Constructor for class org.mule.tck.core.util.queue.QueueTestComponent
 

R

RECEIVE_TIMEOUT - Static variable in class org.mule.tck.junit4.AbstractMuleContextTestCase
Default timeout for waiting for responses
recordSchedulersOnInit(MuleContext) - Static method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
registerAdditionalService(String, Object) - Method in class org.mule.tck.config.TestServicesConfigurationBuilder
 
registerIntoMockContext(MuleContextWithRegistry, String, Object) - Static method in class org.mule.tck.util.MuleContextUtils
Configures the registry in the provided context to return the given value for the given key.
registerIntoMockContext(MuleContextWithRegistry, Class<T>, T) - Static method in class org.mule.tck.util.MuleContextUtils
Configures the registry in the provided context to return the given value for the given clazz.
relationship() - Method in class org.mule.tck.junit4.matcher.StringContainsIgnoringLineBreaks
 
releasePort(int) - Method in class org.mule.tck.junit4.rule.FreePortFinder
Indicates that the port is free from the point of view of the caller.
requestThread - Variable in class org.mule.tck.SensingNullRequestResponseMessageProcessor
 
RequiresConnectivity - Class in org.mule.tck.junit4.rule
Checks that a connection can be established to a provided URL.
RequiresConnectivity(String) - Constructor for class org.mule.tck.junit4.rule.RequiresConnectivity
Constructs a JUnit Rule to assume connectivity to a provided URL.
reset() - Static method in class org.mule.tck.processor.FlowAssert
 
responseThread - Variable in class org.mule.tck.SensingNullRequestResponseMessageProcessor
 
restoreOldValue() - Method in class org.mule.tck.junit4.rule.SystemProperty
 
retrieveAll() - Method in class org.mule.tck.core.util.store.InMemoryObjectStore
 
rightMatches(Matcher<R>) - Static method in class org.mule.tck.junit4.matcher.EitherMatcher
 
run() - Method in interface org.mule.tck.MuleTestUtils.TestCallback
 

S

schedule(Runnable, long, TimeUnit) - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 
schedule(Callable<V>, long, TimeUnit) - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 
scheduler - Variable in class org.mule.tck.junit4.AbstractReactiveProcessorTestCase
 
scheduleWithCronExpression(Runnable, String) - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 
scheduleWithCronExpression(Runnable, String, TimeZone) - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 
scheduleWithCronExpression(Runnable, String) - Method in class org.mule.tck.SimpleUnitTestSupportScheduler
 
scheduleWithCronExpression(Runnable, String, TimeZone) - Method in class org.mule.tck.SimpleUnitTestSupportScheduler
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 
SECURITY_EXCEPTION_MESSAGE - Static variable in class org.mule.tck.security.TestSecurityFilter
 
SensingNullMessageProcessor - Class in org.mule.tck
 
SensingNullMessageProcessor() - Constructor for class org.mule.tck.SensingNullMessageProcessor
 
SensingNullMessageProcessor(String) - Constructor for class org.mule.tck.SensingNullMessageProcessor
 
SensingNullRequestResponseMessageProcessor - Class in org.mule.tck
Can be used to sense request and response threads used during processing.
SensingNullRequestResponseMessageProcessor() - Constructor for class org.mule.tck.SensingNullRequestResponseMessageProcessor
 
serializationProtocol - Variable in class org.mule.tck.core.internal.serialization.AbstractSerializerProtocolContractTestCase
 
SerializationTestUtils - Class in org.mule.tck
 
SerializationTestUtils() - Constructor for class org.mule.tck.SerializationTestUtils
 
serializeWithoutDefaultConstructor() - Method in class org.mule.tck.core.internal.serialization.AbstractSerializerProtocolContractTestCase
 
setDisposeContextPerClass(boolean) - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
setListener(Processor) - Method in class org.mule.tck.TriggerableMessageSource
 
setStartContext(boolean) - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
setUpMuleContext() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
setUpTest() - Method in class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
 
setUpTest() - Method in class org.mule.functional.transformer.simple.AbstractRemoveVariablePropertyProcessorTestCase
 
setVerboseExceptions(boolean) - Static method in class org.mule.tck.junit4.rule.VerboseExceptions
 
setWaitTime(long) - Method in class org.mule.tck.SensingNullMessageProcessor
 
SHORT_POLL_TIMEOUT - Static variable in class org.mule.tck.core.util.queue.QueueStoreTestCase
 
shutdown() - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 
shutdownNow() - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 
SimpleByteBufferManager - Class in org.mule.tck.core.streaming
Simple implementation of ByteBufferManager
SimpleByteBufferManager() - Constructor for class org.mule.tck.core.streaming.SimpleByteBufferManager
 
SimpleMathsComponent - Class in org.mule.tck.services
 
SimpleMathsComponent() - Constructor for class org.mule.tck.services.SimpleMathsComponent
 
SimpleUnitTestSupportCustomScheduler - Class in org.mule.tck
 
SimpleUnitTestSupportCustomScheduler(int, ThreadFactory, RejectedExecutionHandler) - Constructor for class org.mule.tck.SimpleUnitTestSupportCustomScheduler
 
SimpleUnitTestSupportLifecycleSchedulerDecorator - Class in org.mule.tck
 
SimpleUnitTestSupportLifecycleSchedulerDecorator(String, Scheduler, SimpleUnitTestSupportSchedulerService) - Constructor for class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 
SimpleUnitTestSupportScheduler - Class in org.mule.tck
Scheduler implementation to be used in unit tests.
SimpleUnitTestSupportScheduler(int, ThreadFactory, RejectedExecutionHandler) - Constructor for class org.mule.tck.SimpleUnitTestSupportScheduler
 
SimpleUnitTestSupportSchedulerService - Class in org.mule.tck
SchedulerService implementation that provides a shared SimpleUnitTestSupportScheduler.
SimpleUnitTestSupportSchedulerService() - Constructor for class org.mule.tck.SimpleUnitTestSupportSchedulerService
 
SingleClassCompiler() - Constructor for class org.mule.tck.util.CompilerUtils.SingleClassCompiler
 
SmallTest - Annotation Type in org.mule.tck.size
Marks a test class as small.
source - Variable in class org.mule.tck.SensingNullMessageProcessor
 
springDestroy() - Method in class org.mule.tck.core.lifecycle.LifecycleTrackerProcessor
 
springInitialize() - Method in class org.mule.tck.core.lifecycle.LifecycleTrackerProcessor
 
spyInjector(MuleContext) - Static method in class org.mule.tck.MuleTestUtils
 
start() - Method in class org.mule.tck.http.TestProxyServer
 
StaticMessageUnauthorisedException() - Constructor for exception org.mule.tck.security.TestSecurityFilter.StaticMessageUnauthorisedException
 
stop() - Method in class org.mule.tck.http.TestProxyServer
 
stop() - Method in class org.mule.tck.SimpleUnitTestSupportCustomScheduler
 
stop() - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 
stop() - Method in class org.mule.tck.SimpleUnitTestSupportScheduler
 
stop() - Method in class org.mule.tck.SimpleUnitTestSupportSchedulerService
 
stopServices() - Method in class org.mule.tck.config.TestServicesConfigurationBuilder
 
store - Variable in class org.mule.tck.core.util.store.InMemoryObjectStore
 
StringContainsIgnoringLineBreaks - Class in org.mule.tck.junit4.matcher
Tests if the argument is a string that contains a substring but ignoring line breaks
StringContainsIgnoringLineBreaks(String) - Constructor for class org.mule.tck.junit4.matcher.StringContainsIgnoringLineBreaks
 
submit(Callable<T>) - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 
submit(Runnable, T) - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 
submit(Runnable) - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 
SystemProperty - Class in org.mule.tck.junit4.rule
Sets up a system property before a test and guarantees to tear it down afterward.
SystemProperty(String) - Constructor for class org.mule.tck.junit4.rule.SystemProperty
 
SystemProperty(String, String) - Constructor for class org.mule.tck.junit4.rule.SystemProperty
 
SystemPropertyLambda - Class in org.mule.tck.junit4.rule
Allows using a supplier for resolving the value of the system property to set.
SystemPropertyLambda(String, Supplier<String>) - Constructor for class org.mule.tck.junit4.rule.SystemPropertyLambda
 
SystemPropertyTemporaryFolder - Class in org.mule.tck.junit4.rule
Sets up a temporary folder that is also set as a system property before a test and guaranties to tear it down afterward.
SystemPropertyTemporaryFolder(String) - Constructor for class org.mule.tck.junit4.rule.SystemPropertyTemporaryFolder
 
SystemPropertyTemporaryFolder(File, String) - Constructor for class org.mule.tck.junit4.rule.SystemPropertyTemporaryFolder
 

T

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
Fake ClassLoader for testing purposes
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
Registers services instances into the MuleRegistry of a MuleContext.
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
 

U

UNIT_TEST_THREAD_GROUP - Static variable in class org.mule.tck.SimpleUnitTestSupportSchedulerService
 
untakeAddsElementFirst() - Method in class org.mule.tck.core.util.queue.QueueStoreTestCase
 

V

VALUE - Static variable in class org.mule.tck.core.util.queue.QueueStoreTestCase
 
value - Variable in class org.mule.tck.junit4.rule.SystemProperty
 
ValueMatcher - Class in org.mule.tck.junit4.matcher
Matcher to easily test the structure of a Value
valueOf(String) - Static method in enum org.mule.tck.junit4.AbstractReactiveProcessorTestCase.Mode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.tck.junit4.AbstractReactiveProcessorTestCase.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
valueWithId(Matcher<String>) - Static method in class org.mule.tck.junit4.matcher.ValueMatcher
Creates a new instance of the ValueMatcher
valueWithId(String) - Static method in class org.mule.tck.junit4.matcher.ValueMatcher
Creates a new instance of the ValueMatcher
VerboseExceptions - Class in org.mule.tck.junit4.rule
Sets or unsets the verboseExceptions flag for a test.
VerboseExceptions(boolean) - Constructor for class org.mule.tck.junit4.rule.VerboseExceptions
 
verboseExceptions - Variable in class org.mule.tck.junit4.rule.VerboseExceptions
 
verify() - Static method in class org.mule.tck.processor.FlowAssert
 
verify(String) - Static method in class org.mule.tck.processor.FlowAssert
 
verify() - Method in interface org.mule.tck.processor.FlowAssertion
 
verifyAdded(CoreEvent, String, String) - Method in class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
 
verifyAndStopSchedulers() - Static method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
verifyNotAdded(CoreEvent) - Method in class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
 
verifyNotRemoved(CoreEvent, String) - Method in class org.mule.functional.transformer.simple.AbstractRemoveVariablePropertyProcessorTestCase
 
verifyRemoved(CoreEvent, String) - Method in class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
 
verifyRemoved(CoreEvent, String) - Method in class org.mule.functional.transformer.simple.AbstractRemoveVariablePropertyProcessorTestCase
 

W

WarningTimeout - Class in org.mule.tck.junit4.rule
Defines a TestRule that checks for timeouts in the execution of the tests, but differently from the JUnit's Timeout class, just prints a warning in the log and the test still pass.
WarningTimeout(int) - Constructor for class org.mule.tck.junit4.rule.WarningTimeout
 
WarnOnTimeout - Class in org.mule.tck.junit4.rule
Defines a Statement to execute a test with a given timeout.
WarnOnTimeout(Statement, long) - Constructor for class org.mule.tck.junit4.rule.WarnOnTimeout
 
wasCalled() - Method in class org.mule.tck.security.TestSecurityFilter
 
withChilds(ValueMatcher...) - Method in class org.mule.tck.junit4.matcher.ValueMatcher
Adds the Value parts to compare.
withClassName(String) - Static method in class org.mule.tck.junit4.matcher.HasClassInHierarchy
 
withDisplayName(String) - Method in class org.mule.tck.junit4.matcher.MetadataKeyMatcher
Adds a displayName to compare.
withDisplayName(String) - Method in class org.mule.tck.junit4.matcher.ValueMatcher
Adds a displayName to compare.
withDisplayName(Matcher<String>) - Method in class org.mule.tck.junit4.matcher.ValueMatcher
Adds a displayName to compare.
withEventThat(EventMatcher) - Static method in class org.mule.tck.junit4.matcher.MessagingExceptionMatcher
 
withPartName(String) - Method in class org.mule.tck.junit4.matcher.MetadataKeyMatcher
Adds a partName to compare.
withPartName(String) - Method in class org.mule.tck.junit4.matcher.ValueMatcher
Adds a partName to compare.
withPartName(Matcher<String>) - Method in class org.mule.tck.junit4.matcher.ValueMatcher
Adds a partName to compare.
WORKING_DIRECTORY_SYSTEM_PROPERTY_KEY - Static variable in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
workingDirectory - Variable in class org.mule.tck.junit4.AbstractMuleContextTestCase
 

Z

ZipResource(String, String) - Constructor for class org.mule.tck.ZipUtils.ZipResource
 
ZipUtils - Class in org.mule.tck
Provides utility methods to work with ZIP files
ZipUtils.ZipResource - Class in org.mule.tck
Describes a resource that can be compressed in a ZIP file
A B C D E F G H I J L M N O P Q R S T U V W Z 
Skip navigation links

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