Skip navigation links
A B C D E F G H I J K L M N O P 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
 
AbstractFruit - Class in org.mule.tck.testmodels.fruit
AbstractFruit is a base class for fruity test objects.
AbstractFruit() - Constructor for class org.mule.tck.testmodels.fruit.AbstractFruit
 
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
 
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(Event) 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
 
AbstractRemoveVariablePropertyProcessorTestCase - Class in org.mule.functional.transformer.simple
 
AbstractRemoveVariablePropertyProcessorTestCase(AbstractRemoveVariablePropertyProcessor) - Constructor for class org.mule.functional.transformer.simple.AbstractRemoveVariablePropertyProcessorTestCase
 
AbstractTxThreadAssociationTestCase - Class in org.mule.tck
Validate certain expectations when working with JTA API.
AbstractTxThreadAssociationTestCase() - Constructor for class org.mule.tck.AbstractTxThreadAssociationTestCase
 
accept(Event, Event.Builder) - Method in class org.mule.tck.testmodels.mule.FailingRouter
 
add(int[]) - Method in interface org.mule.tck.services.AdditionService
 
add(int[]) - Method in class org.mule.tck.services.SimpleMathsComponent
 
addAppleAndBanana(Apple, Banana) - Method in class org.mule.tck.testmodels.fruit.FruitBowl
 
addBananaAndApple(Banana, Apple) - Method in class org.mule.tck.testmodels.fruit.FruitBowl
 
addBuilders(List<ConfigurationBuilder>) - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
addEntryPointResolver(EntryPointResolver) - Method in class org.mule.tck.testmodels.mule.TestEntryPointResolverSet
Will add a resolver to the list of resolvers to invoke on a compoent.
addFruit(Fruit) - Method in class org.mule.tck.testmodels.fruit.FruitBowl
 
AdditionService - Interface in org.mule.tck.services
Adds an array of numbers together
addJavaSerializerToMockMuleContext(MuleContext) - Static method in class org.mule.tck.SerializationTestUtils
 
addMockedPropeerties(Event, HashSet) - Method in class org.mule.functional.transformer.simple.AbstractRemoveVariablePropertyProcessorTestCase
 
addObjectInitialisationCallback(InitialisationCallback) - Method in class org.mule.tck.testmodels.fruit.BananaFactory
 
addTen(Integer) - Method in class org.mule.tck.services.SimpleMathsComponent
 
after() - Method in class org.mule.tck.junit4.rule.BackwardsCompatibilityProperty
 
after() - Method in class org.mule.tck.junit4.rule.CustomTimeZone
 
after() - Method in class org.mule.tck.junit4.rule.SystemProperty
 
after() - Method in class org.mule.tck.junit4.rule.SystemPropertyTemporaryFolder
 
aggregateEvents(EventGroup) - Method in class org.mule.tck.testmodels.mule.TestCorrelationAggregator
 
answer(InvocationOnMock) - Method in class org.mule.tck.MuleEventCheckAnswer
 
append(String, String) - Method in class org.mule.tck.services.MultiParamComponent
 
Apple - Class in org.mule.tck.testmodels.fruit
 
Apple() - Constructor for class org.mule.tck.testmodels.fruit.Apple
 
Apple(boolean) - Constructor for class org.mule.tck.testmodels.fruit.Apple
 
APPLE_FLOW - Static variable in class org.mule.tck.MuleTestUtils
 
APPLE_SERVICE - Static variable in class org.mule.tck.MuleTestUtils
 
ApplePeel - Class in org.mule.tck.testmodels.fruit.peel
 
ApplePeel() - Constructor for class org.mule.tck.testmodels.fruit.peel.ApplePeel
 
AppleSeed - Class in org.mule.tck.testmodels.fruit.seed
 
AppleSeed() - Constructor for class org.mule.tck.testmodels.fruit.seed.AppleSeed
 
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
 
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(Event) - Method in class org.mule.tck.security.TestSecurityFilter
 
awaitInitialize(long, TimeUnit) - Method in class org.mule.tck.testmodels.fruit.Seed
 
awaitTermination(long, TimeUnit) - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 

B

BackwardsCompatibilityProperty - Class in org.mule.tck.junit4.rule
Sets up the override feature of a BackwardsCompatibilityPropertyChecker allowing for it to be enabled and guarantying that it is removed afterwards.
BackwardsCompatibilityProperty(BackwardsCompatibilityPropertyChecker) - Constructor for class org.mule.tck.junit4.rule.BackwardsCompatibilityProperty
 
Banana - Class in org.mule.tck.testmodels.fruit
 
Banana() - Constructor for class org.mule.tck.testmodels.fruit.Banana
 
BananaFactory - Class in org.mule.tck.testmodels.fruit
BananaFactory is a test factory that creates Bananas
BananaFactory() - Constructor for class org.mule.tck.testmodels.fruit.BananaFactory
 
before() - Method in class org.mule.tck.junit4.rule.BackwardsCompatibilityProperty
 
before() - Method in class org.mule.tck.junit4.rule.CustomTimeZone
 
before() - Method in class org.mule.tck.junit4.rule.SystemProperty
 
before() - Method in class org.mule.tck.junit4.rule.SystemPropertyTemporaryFolder
 
beginTransaction(MuleContext) - Method in class org.mule.tck.testmodels.mule.TestTransactionFactory
 
bite() - Method in class org.mule.tck.testmodels.fruit.Apple
 
bite() - Method in class org.mule.tck.testmodels.fruit.Banana
 
bite() - Method in interface org.mule.tck.testmodels.fruit.Fruit
 
bite() - Method in class org.mule.tck.testmodels.fruit.GrapeFruit
 
bite() - Method in class org.mule.tck.testmodels.fruit.InvalidSatsuma
 
bite() - Method in class org.mule.tck.testmodels.fruit.Kiwi
 
bite() - Method in class org.mule.tck.testmodels.fruit.Orange
 
bite() - Method in class org.mule.tck.testmodels.fruit.Peach
 
bite() - Method in class org.mule.tck.testmodels.fruit.WaterMelon
 
BLOCK_TIMEOUT - Static variable in class org.mule.tck.junit4.AbstractMuleContextTestCase
Default timeout used when blocking on Publisher completion.
BloodOrange - Class in org.mule.tck.testmodels.fruit
A specialisation of Orange
BloodOrange() - Constructor for class org.mule.tck.testmodels.fruit.BloodOrange
 
BloodOrange(HashMap) - Constructor for class org.mule.tck.testmodels.fruit.BloodOrange
 
BloodOrange(Integer, Double, String) - Constructor for class org.mule.tck.testmodels.fruit.BloodOrange
 

C

callbackCalled - Variable in class org.mule.tck.junit4.AbstractMuleContextTestCase
Use this as a semaphore to the unit test to indicate when a callback has successfully been called.
check(Probe) - Method in class org.mule.tck.probe.PollingProber
 
check(Probe) - Method in interface org.mule.tck.probe.Prober
 
clear() - Method in class org.mule.tck.SensingNullCompletionHandler
 
clear() - Method in class org.mule.tck.SensingNullMessageProcessor
 
clear() - Method in class org.mule.tck.SensingNullReplyToHandler
 
clearCreatedSchedulers() - Method in class org.mule.tck.SimpleUnitTestSupportSchedulerService
 
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
 
clone() - Method in class org.mule.tck.testmodels.mule.TestCompressionTransformer
 
collectThreadNames() - Static method in class org.mule.tck.junit4.AbstractMuleTestCase
 
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.
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
 
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.
consumeFruit(FruitLover) - Method in class org.mule.tck.testmodels.fruit.FruitBowl
 
cpuIntensiveScheduler() - Method in class org.mule.tck.SimpleUnitTestSupportSchedulerService
 
cpuIntensiveScheduler(SchedulerConfig) - Method in class org.mule.tck.SimpleUnitTestSupportSchedulerService
 
cpuLightScheduler() - Method in class org.mule.tck.SimpleUnitTestSupportSchedulerService
 
cpuLightScheduler(SchedulerConfig) - Method in class org.mule.tck.SimpleUnitTestSupportSchedulerService
 
create(Object, JavaComponent, FlowConstruct, EntryPointResolverSet, MuleContext) - Method in class org.mule.tck.testmodels.mule.TestComponentLifecycleAdapterFactory
 
create(Map<?, ?>) - Method in class org.mule.tck.testmodels.mule.TestDependentObject
 
create(MuleConfiguration) - Method in class org.mule.tck.testmodels.mule.TestTransactionManagerFactory
 
createErrorMock(Exception) - Static method in class org.mule.tck.MuleTestUtils
Creates an Error mock that will return the provided exception when calling Error.getCause()
createMuleContext() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
createObject(Class<T>) - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
Create an object of instance clazz.
createObject(Class<T>, Object...) - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
Create an object of instance clazz.
createRunnerForTestWithParameters(TestWithParameters) - Method in class org.mule.tck.junit4.FlakinessDetectorTestRunnerWithParameters.FlakinessDetectorTestRunnerWithParametersFactory
 
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

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
 
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_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(DataType, Description) - Method in class org.mule.tck.junit4.matcher.DataTypeMatcher
 
describeMismatchSafely(ErrorType, Description) - Method in class org.mule.tck.junit4.matcher.ErrorTypeMatcher
 
describeMismatchSafely(Optional<T>, Description) - Method in class org.mule.tck.junit4.matcher.IsEmptyOptional
 
describeTo(Description) - Method in class org.mule.tck.junit4.matcher.DataTypeMatcher
 
describeTo(Description) - Method in class org.mule.tck.junit4.matcher.ErrorTypeMatcher
 
describeTo(Description) - Method in class org.mule.tck.junit4.matcher.Eventually
 
describeTo(Description) - Method in class org.mule.tck.junit4.matcher.FieldDebugInfoMatcher
 
describeTo(Description) - Method in class org.mule.tck.junit4.matcher.FunctionExpressionMatcher
 
describeTo(Description) - Method in class org.mule.tck.junit4.matcher.IsEmptyOptional
 
describeTo(Description) - Method in class org.mule.tck.junit4.matcher.MetadataKeyMatcher
 
describeTo(Description) - Method in class org.mule.tck.junit4.matcher.ObjectDebugInfoMatcher
 
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
 
dispose() - Method in class org.mule.tck.testmodels.fruit.BananaFactory
 
dispose() - Method in class org.mule.tck.testmodels.fruit.WaterMelon
 
dispose() - Method in class org.mule.tck.testmodels.mule.TestAgent
 
disposeContext() - Static method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
disposeContextPerTest() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
doBegin() - Method in class org.mule.tck.testmodels.mule.TestTransaction
Really begin the transaction.
doCleanUp() - Method in class org.mule.tck.junit4.rule.DynamicPort
 
doCleanUp() - Method in class org.mule.tck.junit4.rule.SystemProperty
 
doCommit() - Method in class org.mule.tck.testmodels.mule.TestTransaction
Commit the transaction on the underlying resource
doConfigure(MuleContext) - Method in class org.mule.tck.config.TestServicesConfigurationBuilder
 
doInitialise() - Method in class org.mule.tck.security.TestSecurityFilter
 
doOnCompletion(Event) - Method in class org.mule.tck.SensingNullCompletionHandler
 
doRollback() - Method in class org.mule.tck.testmodels.mule.TestTransaction
Rollback the transaction on the underlying resource
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
 
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
 
doTransform(Object, Charset) - Method in class org.mule.tck.testmodels.fruit.FruitBowlToFruitBasket
 
doTransform(Object, Charset) - Method in class org.mule.tck.testmodels.fruit.ObjectToFruitLover
 
doTransform(Object, Charset) - Method in class org.mule.tck.testmodels.mule.FailingTransformer
 
doTransform(Object, Charset) - Method in class org.mule.tck.testmodels.mule.TestCompressionTransformer
 
doTransform(Object, Charset) - Method in class org.mule.tck.testmodels.mule.TestInboundTransformer
 
doTransform(Object, Charset) - Method in class org.mule.tck.testmodels.mule.TestOutboundTransformer
 
doTransform(Object, Charset) - Method in class org.mule.tck.testmodels.mule.TestResponseTransformer
 
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

eatFruit(Fruit) - Method in class org.mule.tck.testmodels.fruit.FruitLover
 
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
 
equals(Object) - Method in class org.mule.tck.testmodels.fruit.Apple
 
equals(Object) - Method in class org.mule.tck.testmodels.fruit.Banana
 
equals(Object) - Method in class org.mule.tck.testmodels.fruit.GrapeFruit
 
equals(Object) - Method in class org.mule.tck.testmodels.fruit.Kiwi
 
equals(Object) - Method in class org.mule.tck.testmodels.fruit.Orange
 
equals(Object) - Method in class org.mule.tck.testmodels.fruit.WaterMelon
 
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(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.
evaluate() - Method in class org.mule.tck.junit4.rule.WarnOnTimeout
 
event - Variable in class org.mule.tck.SensingNullCompletionHandler
 
event - Variable in class org.mule.tck.SensingNullMessageProcessor
 
event - Variable in class org.mule.tck.SensingNullReplyToHandler
 
eventBuilder() - Static method in class org.mule.tck.junit4.AbstractMuleContextTestCase
Creates a basic event builder with its context already set.
eventBuilder() - Static method in class org.mule.tck.util.MuleContextUtils
Creates a basic event builder with its context already set.
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.
exception - Variable in class org.mule.tck.SensingNullCompletionHandler
 
execute(Runnable) - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 
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
 

F

FailingRouter - Class in org.mule.tck.testmodels.mule
 
FailingRouter() - Constructor for class org.mule.tck.testmodels.mule.FailingRouter
 
FailingTransformer - Class in org.mule.tck.testmodels.mule
 
FailingTransformer() - Constructor for class org.mule.tck.testmodels.mule.FailingTransformer
 
FieldDebugInfoMatcher - Class in org.mule.tck.junit4.matcher
 
FieldDebugInfoMatcher(String, Class, Object) - Constructor for class org.mule.tck.junit4.matcher.FieldDebugInfoMatcher
 
FieldDebugInfoMatcher(String, Class, Matcher) - Constructor for class org.mule.tck.junit4.matcher.FieldDebugInfoMatcher
 
fieldLike(String, Class, Object) - Static method in class org.mule.tck.junit4.matcher.FieldDebugInfoMatcher
 
fieldLike(String, Class, Matcher) - Static method in class org.mule.tck.junit4.matcher.FieldDebugInfoMatcher
 
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
 
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
ForceXalanTransformerFactory - Class in org.mule.tck.junit4.rule
Adds a system property to force the usage of xalan transformer factory
ForceXalanTransformerFactory() - Constructor for class org.mule.tck.junit4.rule.ForceXalanTransformerFactory
 
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
 
Fruit - Interface in org.mule.tck.testmodels.fruit
 
FruitBasket - Class in org.mule.tck.testmodels.fruit
TODO
FruitBasket() - Constructor for class org.mule.tck.testmodels.fruit.FruitBasket
 
FruitBowl - Class in org.mule.tck.testmodels.fruit
 
FruitBowl() - Constructor for class org.mule.tck.testmodels.fruit.FruitBowl
 
FruitBowl(Fruit[]) - Constructor for class org.mule.tck.testmodels.fruit.FruitBowl
 
FruitBowl(Apple, Banana) - Constructor for class org.mule.tck.testmodels.fruit.FruitBowl
 
FruitBowlToFruitBasket - Class in org.mule.tck.testmodels.fruit
Converts a FruitBowl to a FruitBasket (for testing obviously :)
FruitBowlToFruitBasket() - Constructor for class org.mule.tck.testmodels.fruit.FruitBowlToFruitBasket
 
FruitBox - Class in org.mule.tck.testmodels.fruit
 
FruitBox() - Constructor for class org.mule.tck.testmodels.fruit.FruitBox
 
FruitCleaner - Interface in org.mule.tck.testmodels.fruit
 
FruitLover - Class in org.mule.tck.testmodels.fruit
 
FruitLover(String) - Constructor for class org.mule.tck.testmodels.fruit.FruitLover
 
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
getApple() - Method in class org.mule.tck.testmodels.fruit.FruitBasket
 
getApple() - Method in class org.mule.tck.testmodels.fruit.FruitBowl
 
getAppleCleaner() - Method in class org.mule.tck.testmodels.fruit.Apple
 
getArrayProperties() - Method in class org.mule.tck.testmodels.fruit.Orange
 
getArrayProperties() - Method in interface org.mule.tck.testmodels.fruit.OrangeInterface
 
getBanana() - Method in class org.mule.tck.testmodels.fruit.FruitBasket
 
getBanana() - Method in class org.mule.tck.testmodels.fruit.FruitBowl
 
getBeanProperty1() - Method in class org.mule.tck.testmodels.mule.TestCompressionTransformer
 
getBeanProperty2() - Method in class org.mule.tck.testmodels.mule.TestCompressionTransformer
 
getBrand() - Method in class org.mule.tck.testmodels.fruit.GrapeFruit
 
getBrand() - Method in class org.mule.tck.testmodels.fruit.Orange
 
getBrand() - Method in interface org.mule.tck.testmodels.fruit.OrangeInterface
 
getBrand() - Method in class org.mule.tck.testmodels.fruit.WaterMelon
 
getBuilder() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
getCleaner() - Method in class org.mule.tck.testmodels.fruit.Orange
 
getCleaner() - Method in interface org.mule.tck.testmodels.fruit.OrangeInterface
 
getColour() - Method in class org.mule.tck.testmodels.fruit.RedApple
 
getConfigurationResources() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
getContainerProperty() - Method in class org.mule.tck.testmodels.mule.TestCompressionTransformer
 
getDependentAgents() - Method in class org.mule.tck.testmodels.mule.TestAgent
 
getDescription() - Method in class org.mule.tck.testmodels.mule.TestAgent
 
getEatList() - Method in class org.mule.tck.testmodels.fruit.FruitLover
 
getExecutionClassLoader() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
getFileInsideWorkingDirectory(String) - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
getFrobbit() - Method in class org.mule.tck.testmodels.mule.TestAgent
 
getFruit() - Method in class org.mule.tck.testmodels.fruit.FruitBasket
 
getFruit() - Method in class org.mule.tck.testmodels.fruit.FruitBowl
 
getFruit() - Method in class org.mule.tck.testmodels.fruit.Seed
 
getFruitLikeList() - Method in class org.mule.tck.testmodels.fruit.FruitBox
 
getFruitLikeMap() - Method in class org.mule.tck.testmodels.fruit.FruitBox
 
getId() - Method in class org.mule.tck.services.UniqueComponent
 
getInstance(MuleContext) - Method in class org.mule.tck.testmodels.fruit.BananaFactory
 
getJavaSerializerWithMockContext() - Static method in class org.mule.tck.SerializationTestUtils
 
getKeyType() - Method in class org.mule.tck.testmodels.mule.TestTransaction
 
getLabel() - Method in class org.mule.tck.testmodels.mule.TestMessageProcessor
 
getListener() - Method in class org.mule.tck.TriggerableMessageSource
 
getListProperties() - Method in class org.mule.tck.testmodels.fruit.Orange
 
getListProperties() - Method in interface org.mule.tck.testmodels.fruit.OrangeInterface
 
getLocalizedMessage() - Method in exception org.mule.tck.security.TestSecurityFilter.StaticMessageUnauthorisedException
 
getMapProperties() - Method in class org.mule.tck.testmodels.fruit.Orange
 
getMapProperties() - Method in interface org.mule.tck.testmodels.fruit.OrangeInterface
 
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.
getMessageSource() - Method in class org.mule.tck.SensingNullMessageProcessor
 
getMuleContext() - Method in class org.mule.tck.testmodels.fruit.Apple
 
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
 
getName() - Method in class org.mule.tck.testmodels.mule.TestAgent
 
getName() - Method in class org.mule.tck.testmodels.mule.TestMessageProcessor
 
getNumber() - Method in class org.mule.tck.junit4.rule.DynamicPort
 
getObjectClass() - Method in class org.mule.tck.testmodels.fruit.BananaFactory
 
getObjectSerializer() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
getOrigin() - Method in class org.mule.tck.testmodels.fruit.Banana
 
getParent() - Method in class org.mule.tck.testmodels.mule.TestTransactionManagerFactory.InternalInvocationHandler
 
getPayload(InternalMessage, DataType) - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
Uses TransformationService to get representation of a message for a given DataType
getPayload(InternalMessage, Class<T>) - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
Uses TransformationService to get representation of a message for a given Class
getPayloadAsBytes(InternalMessage) - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
Uses TransformationService to get byte[] representation of a message.
getPayloadAsString(InternalMessage) - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
getPayloadAsString(Message) - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
Uses TransformationService to get a String representation of a message.
getPeel() - Method in class org.mule.tck.testmodels.fruit.Apple
 
getPeels() - Method in class org.mule.tck.testmodels.fruit.peel.ApplePeel
 
getPojoService() - Method in class org.mule.tck.testmodels.mule.TestMuleProxy
Returns the underlying POJO service object for unit testing.
getPriorityWeighting() - Method in class org.mule.tck.testmodels.fruit.FruitBowlToFruitBasket
If 2 or more discoverable transformers are equal, this value can be used to select the correct one
getRadius() - Method in class org.mule.tck.testmodels.fruit.GrapeFruit
 
getRadius() - Method in class org.mule.tck.testmodels.fruit.Orange
 
getRadius() - Method in interface org.mule.tck.testmodels.fruit.OrangeInterface
 
getRadius() - Method in class org.mule.tck.testmodels.fruit.WaterMelon
 
getRawList() - Method in class org.mule.tck.testmodels.fruit.FruitBox
 
getRawMap() - Method in class org.mule.tck.testmodels.fruit.FruitBox
 
getRecursivePeel() - Method in class org.mule.tck.testmodels.fruit.peel.ApplePeel
 
getResourceType() - Method in class org.mule.tck.testmodels.mule.TestTransaction
 
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
 
getSeed() - Method in class org.mule.tck.testmodels.fruit.Apple
 
getSeedName() - Method in class org.mule.tck.testmodels.fruit.seed.AppleSeed
 
getSeeds() - Method in class org.mule.tck.testmodels.fruit.peel.ApplePeel
 
getSeeds() - Method in class org.mule.tck.testmodels.fruit.WaterMelon
 
getSegments() - Method in class org.mule.tck.testmodels.fruit.GrapeFruit
 
getSegments() - Method in class org.mule.tck.testmodels.fruit.Orange
 
getSegments() - Method in interface org.mule.tck.testmodels.fruit.OrangeInterface
 
getSensingNullMessageProcessor() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
getStartUpProperties() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
getState() - Method in class org.mule.tck.testmodels.fruit.WaterMelon
 
getTargetFolder() - Method in class org.mule.tck.util.CompilerUtils.SingleClassCompiler
 
getTestFlow(MuleContext) - Static method in class org.mule.tck.MuleTestUtils
 
getTestFlowWithComponent(String, Class<?>) - Static method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
getTestHeader() - Method in class org.mule.tck.junit4.AbstractMuleTestCase
 
getTestProperty() - Method in class org.mule.tck.testmodels.mule.TestCorrelationAggregator
 
getTestProperty() - Method in class org.mule.tck.testmodels.mule.TestEntryPointResolverSet
 
getTestProperty() - Method in class org.mule.tck.testmodels.mule.TestExceptionStrategy
 
getTestProperty() - Method in class org.mule.tck.testmodels.mule.TestResponseAggregator
 
getTestProperty() - Method in class org.mule.tck.testmodels.mule.TestTransaction
 
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
 
getTransactionManager() - Method in class org.mule.tck.AbstractTxThreadAssociationTestCase
 
getTransactionManagerFactory() - Method in class org.mule.tck.AbstractTxThreadAssociationTestCase
 
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.message.IntegerAttributes
 
getValue() - Method in class org.mule.tck.message.StringAttributes
 
getValue() - Method in class org.mule.tck.testmodels.mule.TestTransactionFactory
 
getVariableDataType(Event, String) - Method in class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
 
getWildCardList() - Method in class org.mule.tck.testmodels.fruit.FruitBox
 
getWildCardMap() - Method in class org.mule.tck.testmodels.fruit.FruitBox
 
getWorkingDirectory() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
globalTimeout - Variable in class org.mule.tck.junit4.AbstractMuleTestCase
 
GrapeFruit - Class in org.mule.tck.testmodels.fruit
A pure bean implementation
GrapeFruit() - Constructor for class org.mule.tck.testmodels.fruit.GrapeFruit
 
GrapeFruit(Integer, Double, String, boolean) - Constructor for class org.mule.tck.testmodels.fruit.GrapeFruit
 

H

handle(MuleEventContext) - Method in class org.mule.tck.testmodels.fruit.Kiwi
 
handleException(Exception, Event, RollbackSourceCallback) - Method in class org.mule.tck.testmodels.mule.TestExceptionStrategy
 
handleException(MessagingException, Event) - Method in class org.mule.tck.testmodels.mule.TestExceptionStrategy
 
handleException(Exception, RollbackSourceCallback) - Method in class org.mule.tck.testmodels.mule.TestExceptionStrategy
 
handleException(Exception) - Method in class org.mule.tck.testmodels.mule.TestExceptionStrategy
 
hasApple() - Method in class org.mule.tck.testmodels.fruit.FruitBasket
 
hasApple() - Method in class org.mule.tck.testmodels.fruit.FruitBowl
 
hasBanana() - Method in class org.mule.tck.testmodels.fruit.FruitBasket
 
hasBanana() - Method in class org.mule.tck.testmodels.fruit.FruitBowl
 
hashCode() - Method in class org.mule.tck.testmodels.fruit.Apple
 
hashCode() - Method in class org.mule.tck.testmodels.fruit.Banana
 
hashCode() - Method in class org.mule.tck.testmodels.fruit.GrapeFruit
 
hashCode() - Method in class org.mule.tck.testmodels.fruit.Kiwi
 
hashCode() - Method in class org.mule.tck.testmodels.fruit.Orange
 
hashCode() - Method in class org.mule.tck.testmodels.fruit.WaterMelon
 
hasTimedOut() - Method in class org.mule.tck.probe.Timeout
 

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.
initialise() - Method in class org.mule.tck.testmodels.fruit.BananaFactory
 
initialise() - Method in class org.mule.tck.testmodels.fruit.Seed
 
initialise() - Method in class org.mule.tck.testmodels.mule.TestAgent
 
initialise() - Method in class org.mule.tck.testmodels.mule.TestTransactionManagerFactory
 
initialiseObject(Object) - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
A convenience method that will register an object in the registry using its hashcode as the key.
initializeMuleTest() - Method in class org.mule.tck.junit4.AbstractMuleTestCase
 
IntegerAttributes - Class in org.mule.tck.message
 
IntegerAttributes(int) - Constructor for class org.mule.tck.message.IntegerAttributes
 
InternalInvocationHandler() - Constructor for class org.mule.tck.testmodels.mule.TestTransactionManagerFactory.InternalInvocationHandler
 
InvalidSatsuma - Class in org.mule.tck.testmodels.fruit
InvalidSatsuma has no discoverable methods
InvalidSatsuma() - Constructor for class org.mule.tck.testmodels.fruit.InvalidSatsuma
 
invoke(Object, MuleEventContext, Event.Builder) - Method in class org.mule.tck.testmodels.mule.TestEntryPointResolverSet
 
invoke(Object, Method, Object[]) - Method in class org.mule.tck.testmodels.mule.TestTransactionManagerFactory.InternalInvocationHandler
 
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
 
isAutoWireObject() - Method in class org.mule.tck.testmodels.fruit.BananaFactory
 
isBitten() - Method in class org.mule.tck.testmodels.fruit.Apple
 
isBitten() - Method in class org.mule.tck.testmodels.fruit.Banana
 
isBitten() - Method in interface org.mule.tck.testmodels.fruit.Fruit
 
isBitten() - Method in class org.mule.tck.testmodels.fruit.GrapeFruit
 
isBitten() - Method in class org.mule.tck.testmodels.fruit.InvalidSatsuma
 
isBitten() - Method in class org.mule.tck.testmodels.fruit.Kiwi
 
isBitten() - Method in class org.mule.tck.testmodels.fruit.Orange
 
isBitten() - Method in class org.mule.tck.testmodels.fruit.Peach
 
isBitten() - Method in class org.mule.tck.testmodels.fruit.WaterMelon
 
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
 
isEatable() - Method in class org.mule.tck.testmodels.fruit.peel.ApplePeel
 
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
 
isExternallyManagedLifecycle() - Method in class org.mule.tck.testmodels.fruit.BananaFactory
 
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
 
isPeeled() - Method in class org.mule.tck.testmodels.fruit.Banana
 
isPortFree(int) - Method in class org.mule.tck.junit4.rule.FreePortFinder
Check and log is a given port is available
isRed() - Method in class org.mule.tck.testmodels.fruit.GrapeFruit
 
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 wheter or not the specified criteria was met or not.
isShutdown() - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 
isSingleton() - Method in class org.mule.tck.testmodels.fruit.BananaFactory
 
isStartContext() - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
isTerminated() - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 
isTransacted() - Method in class org.mule.tck.testmodels.mule.TestTransactionFactory
 
isWashed() - Method in class org.mule.tck.testmodels.fruit.Apple
 
isXA() - Method in class org.mule.tck.testmodels.mule.TestTransaction
 

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(BooleanSupplier, String) - Constructor for class org.mule.tck.probe.JUnitLambdaProbe
 
JUnitLambdaProbe(BooleanSupplier) - 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
 

K

Kiwi - Class in org.mule.tck.testmodels.fruit
A test object not implementing Callable, but having a matching method accepting MuleEventContext.
Kiwi() - Constructor for class org.mule.tck.testmodels.fruit.Kiwi
 

L

LargeTest - Annotation Type in org.mule.tck.size
Marks a test class as large.
latch - Variable in class org.mule.tck.SensingNullCompletionHandler
 
latch - Variable in class org.mule.tck.SensingNullMessageProcessor
 
latch - Variable in class org.mule.tck.SensingNullReplyToHandler
 
like(Class, MediaType, Charset) - 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
 
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.junit4.AbstractMuleTestCase
 
logger - Variable in class org.mule.tck.junit4.rule.FreePortFinder
 
logger - Variable in class org.mule.tck.testmodels.mule.TestExceptionStrategy
logger used by this class

M

matches(Object) - Method in class org.mule.tck.junit4.matcher.Eventually
 
matchesSafely(DataType) - Method in class org.mule.tck.junit4.matcher.DataTypeMatcher
 
matchesSafely(ErrorType) - Method in class org.mule.tck.junit4.matcher.ErrorTypeMatcher
 
matchesSafely(FieldDebugInfo<?>) - Method in class org.mule.tck.junit4.matcher.FieldDebugInfoMatcher
 
matchesSafely(T) - Method in class org.mule.tck.junit4.matcher.FunctionExpressionMatcher
 
matchesSafely(Optional<T>) - Method in class org.mule.tck.junit4.matcher.IsEmptyOptional
 
matchesSafely(MetadataKey) - Method in class org.mule.tck.junit4.matcher.MetadataKeyMatcher
 
matchesSafely(FieldDebugInfo<?>) - Method in class org.mule.tck.junit4.matcher.ObjectDebugInfoMatcher
 
MatchingMethodsComponent - Class in org.mule.tck.services
A test service that has two service methods with matching signature
MatchingMethodsComponent() - Constructor for class org.mule.tck.services.MatchingMethodsComponent
 
MAX_PORT_SYSTEM_PROPERTY - Static variable in class org.mule.tck.junit4.rule.DynamicPort
 
MediumTest - Annotation Type in org.mule.tck.size
Marks a test class as medium.
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
methodReturningNull() - Method in class org.mule.tck.testmodels.fruit.Apple
 
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.
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
 
mode - Variable 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(Event) - 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
 
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
 
myEventHandler(Event, MuleContext) - Method in class org.mule.tck.testmodels.fruit.WaterMelon
 

N

name - Variable in class org.mule.tck.junit4.AbstractMuleTestCase
 
NonSerializableObject - Class in org.mule.tck
 
NonSerializableObject() - Constructor for class org.mule.tck.NonSerializableObject
 
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
 
nullPayloadEvent() - Method in class org.mule.tck.junit4.AbstractMuleTestCase
 

O

ObjectDebugInfoMatcher - Class in org.mule.tck.junit4.matcher
 
ObjectDebugInfoMatcher(String, Class<?>, List<Matcher<FieldDebugInfo<?>>>) - Constructor for class org.mule.tck.junit4.matcher.ObjectDebugInfoMatcher
 
objectLike(String, Class<?>, List<Matcher<FieldDebugInfo<?>>>) - Static method in class org.mule.tck.junit4.matcher.ObjectDebugInfoMatcher
 
ObjectToFruitLover - Class in org.mule.tck.testmodels.fruit
 
ObjectToFruitLover() - Constructor for class org.mule.tck.testmodels.fruit.ObjectToFruitLover
 
onCall(MuleEventContext) - Method in class org.mule.tck.services.UniqueComponent
 
onCall(MuleEventContext) - Method in class org.mule.tck.testmodels.fruit.Apple
 
onCall(MuleEventContext) - Method in class org.mule.tck.testmodels.fruit.Orange
 
onException(Throwable) - Method in interface org.mule.tck.testmodels.mule.TestExceptionStrategy.ExceptionCallback
 
onFailure(MessagingException) - Method in class org.mule.tck.SensingNullCompletionHandler
 
Orange - Class in org.mule.tck.testmodels.fruit
 
Orange() - Constructor for class org.mule.tck.testmodels.fruit.Orange
 
Orange(Integer, Double, String) - Constructor for class org.mule.tck.testmodels.fruit.Orange
 
Orange(HashMap<String, Object>) - Constructor for class org.mule.tck.testmodels.fruit.Orange
 
OrangeInterface - Interface in org.mule.tck.testmodels.fruit
TODO
org.mule.functional.transformer.simple - package org.mule.functional.transformer.simple
 
org.mule.tck - package org.mule.tck
 
org.mule.tck.config - package org.mule.tck.config
 
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.message - package org.mule.tck.message
 
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.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.testmodels.fruit - package org.mule.tck.testmodels.fruit
 
org.mule.tck.testmodels.fruit.peel - package org.mule.tck.testmodels.fruit.peel
 
org.mule.tck.testmodels.fruit.seed - package org.mule.tck.testmodels.fruit.seed
 
org.mule.tck.testmodels.mule - package org.mule.tck.testmodels.mule
 
org.mule.tck.util - package org.mule.tck.util
 

P

parameters() - Static method in class org.mule.tck.junit4.AbstractReactiveProcessorTestCase
 
Peach - Class in org.mule.tck.testmodels.fruit
 
Peach() - Constructor for class org.mule.tck.testmodels.fruit.Peach
 
peel() - Method in class org.mule.tck.testmodels.fruit.Banana
 
peelEvent(EventObject) - Method in class org.mule.tck.testmodels.fruit.Banana
 
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
 
polish() - Method in class org.mule.tck.testmodels.fruit.Apple
 
polish(Fruit) - Method in interface org.mule.tck.testmodels.fruit.FruitCleaner
 
polish() - Method in class org.mule.tck.testmodels.fruit.Orange
 
polish() - Method in interface org.mule.tck.testmodels.fruit.OrangeInterface
 
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 - 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(Processor, Event) - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
process(Processor, Event) - Method in class org.mule.tck.junit4.AbstractReactiveProcessorTestCase
 
process(Event) - Method in class org.mule.tck.processor.TestNonBlockingProcessor
 
process(Event) - Method in class org.mule.tck.SensingNullMessageProcessor
 
process(Event) - Method in class org.mule.tck.testmodels.mule.TestMessageProcessor
 
processReplyTo(Event, InternalMessage, Object) - Method in class org.mule.tck.SensingNullReplyToHandler
 
processRequest(Event) - Method in class org.mule.tck.SensingNullRequestResponseMessageProcessor
 
processResponse(Event) - Method in class org.mule.tck.SensingNullRequestResponseMessageProcessor
 
processUnhandled() - Method in class org.mule.tck.testmodels.mule.TestExceptionStrategy
 
processWithMonoAndBlock(Event, Function<Publisher<Event>, Publisher<Event>>) - Static method in class org.mule.tck.MuleTestUtils
 

R

REACTOR_BLOCK_TIMEOUT_EXCEPTION_MESSAGE - Static variable in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
RECEIVE_TIMEOUT - Static variable in class org.mule.tck.junit4.AbstractMuleContextTestCase
Default timeout for waiting for responses
RedApple - Class in org.mule.tck.testmodels.fruit
 
RedApple() - Constructor for class org.mule.tck.testmodels.fruit.RedApple
 
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.
removeEntryPointResolver(EntryPointResolver) - Method in class org.mule.tck.testmodels.mule.TestEntryPointResolverSet
Removes a resolver from the list
requestThread - Variable in class org.mule.tck.SensingNullRequestResponseMessageProcessor
 
responseThread - Variable in class org.mule.tck.SensingNullRequestResponseMessageProcessor
 
restoreOldValue() - Method in class org.mule.tck.junit4.rule.SystemProperty
 
resume() - Method in class org.mule.tck.testmodels.mule.TestTransaction
 
reverseString(String) - Method in class org.mule.tck.services.MatchingMethodsComponent
 
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
 
Seed - Class in org.mule.tck.testmodels.fruit
 
Seed() - Constructor for class org.mule.tck.testmodels.fruit.Seed
 
SensingNullCompletionHandler - Class in org.mule.tck
 
SensingNullCompletionHandler() - Constructor for class org.mule.tck.SensingNullCompletionHandler
 
SensingNullMessageProcessor - Class in org.mule.tck
 
SensingNullMessageProcessor() - Constructor for class org.mule.tck.SensingNullMessageProcessor
 
SensingNullMessageProcessor(String) - Constructor for class org.mule.tck.SensingNullMessageProcessor
 
SensingNullReplyToHandler - Class in org.mule.tck
 
SensingNullReplyToHandler() - Constructor for class org.mule.tck.SensingNullReplyToHandler
 
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
 
SerializationTestUtils - Class in org.mule.tck
 
SerializationTestUtils() - Constructor for class org.mule.tck.SerializationTestUtils
 
setApple(Apple) - Method in class org.mule.tck.testmodels.fruit.FruitBowl
 
setAppleCleaner(FruitCleaner) - Method in class org.mule.tck.testmodels.fruit.Apple
 
setArrayProperties(List) - Method in class org.mule.tck.testmodels.fruit.Orange
 
setArrayProperties(List) - Method in interface org.mule.tck.testmodels.fruit.OrangeInterface
 
setBanana(Banana) - Method in class org.mule.tck.testmodels.fruit.FruitBowl
 
setBeanProperty1(String) - Method in class org.mule.tck.testmodels.mule.TestCompressionTransformer
 
setBeanProperty2(int) - Method in class org.mule.tck.testmodels.mule.TestCompressionTransformer
 
setBitten(boolean) - Method in class org.mule.tck.testmodels.fruit.Apple
 
setBrand(String) - Method in class org.mule.tck.testmodels.fruit.GrapeFruit
 
setBrand(String) - Method in class org.mule.tck.testmodels.fruit.Orange
 
setBrand(String) - Method in interface org.mule.tck.testmodels.fruit.OrangeInterface
 
setBrand(String) - Method in class org.mule.tck.testmodels.fruit.WaterMelon
 
setCleaner(FruitCleaner) - Method in class org.mule.tck.testmodels.fruit.Orange
 
setCleaner(FruitCleaner) - Method in interface org.mule.tck.testmodels.fruit.OrangeInterface
 
setContainerProperty(String) - Method in class org.mule.tck.testmodels.mule.TestCompressionTransformer
 
setDisposeContextPerClass(boolean) - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
setExceptionCallback(TestExceptionStrategy.ExceptionCallback) - Method in class org.mule.tck.testmodels.mule.TestExceptionStrategy
 
setFrobbit(String) - Method in class org.mule.tck.testmodels.mule.TestAgent
 
setFruit(Fruit[]) - Method in class org.mule.tck.testmodels.fruit.FruitBasket
 
setFruit(List<Fruit>) - Method in class org.mule.tck.testmodels.fruit.FruitBasket
 
setFruit(Fruit[]) - Method in class org.mule.tck.testmodels.fruit.FruitBowl
 
setFruit(List<Fruit>) - Method in class org.mule.tck.testmodels.fruit.FruitBowl
 
setFruit(Fruit) - Method in class org.mule.tck.testmodels.fruit.Seed
 
setId(String) - Method in class org.mule.tck.services.UniqueComponent
 
setLabel(String) - Method in class org.mule.tck.testmodels.mule.TestMessageProcessor
 
setListener(Processor) - Method in class org.mule.tck.TriggerableMessageSource
 
setListProperties(List) - Method in class org.mule.tck.testmodels.fruit.Orange
 
setListProperties(List) - Method in interface org.mule.tck.testmodels.fruit.OrangeInterface
 
setMapProperties(Map) - Method in class org.mule.tck.testmodels.fruit.Orange
 
setMapProperties(Map) - Method in interface org.mule.tck.testmodels.fruit.OrangeInterface
 
setMuleContext(MuleContext) - Method in class org.mule.tck.testmodels.fruit.Apple
 
setMuleContext(MuleContext) - Method in class org.mule.tck.testmodels.fruit.Orange
 
setName(String) - Method in class org.mule.tck.testmodels.mule.TestAgent
 
setName(String) - Method in class org.mule.tck.testmodels.mule.TestMessageProcessor
 
setOrigin(String) - Method in class org.mule.tck.testmodels.fruit.Banana
 
setPriorityWeighting(int) - Method in class org.mule.tck.testmodels.fruit.FruitBowlToFruitBasket
If 2 or more discoverable transformers are equal, this value can be used to select the correct one
setRadius(Double) - Method in class org.mule.tck.testmodels.fruit.GrapeFruit
 
setRadius(Double) - Method in class org.mule.tck.testmodels.fruit.Orange
 
setRadius(Double) - Method in interface org.mule.tck.testmodels.fruit.OrangeInterface
 
setRadius(Double) - Method in class org.mule.tck.testmodels.fruit.WaterMelon
 
setRed(boolean) - Method in class org.mule.tck.testmodels.fruit.GrapeFruit
 
setSeed(Seed) - Method in class org.mule.tck.testmodels.fruit.Apple
 
setSeeds(Integer) - Method in class org.mule.tck.testmodels.fruit.WaterMelon
 
setSegments(Integer) - Method in class org.mule.tck.testmodels.fruit.GrapeFruit
 
setSegments(Integer) - Method in class org.mule.tck.testmodels.fruit.Orange
 
setSegments(Integer) - Method in interface org.mule.tck.testmodels.fruit.OrangeInterface
 
setStartContext(boolean) - Method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
setTestProperty(String) - Method in class org.mule.tck.testmodels.mule.TestCorrelationAggregator
 
setTestProperty(String) - Method in class org.mule.tck.testmodels.mule.TestEntryPointResolverSet
 
setTestProperty(String) - Method in class org.mule.tck.testmodels.mule.TestExceptionStrategy
 
setTestProperty(String) - Method in class org.mule.tck.testmodels.mule.TestResponseAggregator
 
setTestProperty(String) - Method in class org.mule.tck.testmodels.mule.TestTransaction
 
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
 
setValue(int) - Method in class org.mule.tck.message.IntegerAttributes
 
setValue(String) - Method in class org.mule.tck.message.StringAttributes
 
setValue(String) - Method in class org.mule.tck.testmodels.mule.TestTransactionFactory
 
setWaitTime(long) - Method in class org.mule.tck.SensingNullMessageProcessor
 
setWashed(boolean) - Method in class org.mule.tck.testmodels.fruit.Apple
 
setXA(boolean) - Method in class org.mule.tck.testmodels.mule.TestTransaction
 
shutdown() - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 
shutdownNow() - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 
SimpleMathsComponent - Class in org.mule.tck.services
 
SimpleMathsComponent() - Constructor for class org.mule.tck.services.SimpleMathsComponent
 
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
 
speak() - Method in class org.mule.tck.testmodels.fruit.FruitLover
 
spyInjector(MuleContext) - Static method in class org.mule.tck.MuleTestUtils
 
start() - Method in class org.mule.tck.testmodels.fruit.WaterMelon
 
start() - Method in class org.mule.tck.testmodels.mule.TestAgent
 
StaticMessageUnauthorisedException() - Constructor for exception org.mule.tck.security.TestSecurityFilter.StaticMessageUnauthorisedException
 
stop(long, TimeUnit) - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 
stop(long, TimeUnit) - Method in class org.mule.tck.SimpleUnitTestSupportScheduler
 
stop() - Method in class org.mule.tck.SimpleUnitTestSupportSchedulerService
 
stop() - Method in class org.mule.tck.testmodels.fruit.WaterMelon
 
stop() - Method in class org.mule.tck.testmodels.mule.TestAgent
 
stopServices() - Method in class org.mule.tck.config.TestServicesConfigurationBuilder
 
StringAttributes - Class in org.mule.tck.message
 
StringAttributes() - Constructor for class org.mule.tck.message.StringAttributes
 
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
 
suspend() - Method in class org.mule.tck.testmodels.mule.TestTransaction
 
switchOn() - Method in class org.mule.tck.junit4.rule.BackwardsCompatibilityProperty
 
SystemProperty - Class in org.mule.tck.junit4.rule
Sets up a system property before a test and guaranties 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
 
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
 
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_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
 
TestAgent - Class in org.mule.tck.testmodels.mule
Mock agent
TestAgent() - Constructor for class org.mule.tck.testmodels.mule.TestAgent
 
testAlwaysBeginXaTransactionSuspendResume() - Method in class org.mule.tck.AbstractTxThreadAssociationTestCase
AlwaysBegin action suspends current transaction and begins a new one.
TestComponentLifecycleAdapter - Class in org.mule.tck.testmodels.mule
TestComponentLifecycleAdapter TODO document
TestComponentLifecycleAdapter(Object, JavaComponent, FlowConstruct, MuleContext) - Constructor for class org.mule.tck.testmodels.mule.TestComponentLifecycleAdapter
 
TestComponentLifecycleAdapter(Object, JavaComponent, FlowConstruct, EntryPointResolverSet, MuleContext) - Constructor for class org.mule.tck.testmodels.mule.TestComponentLifecycleAdapter
 
TestComponentLifecycleAdapterFactory - Class in org.mule.tck.testmodels.mule
 
TestComponentLifecycleAdapterFactory() - Constructor for class org.mule.tck.testmodels.mule.TestComponentLifecycleAdapterFactory
 
TestCompressionTransformer - Class in org.mule.tck.testmodels.mule
 
TestCompressionTransformer() - Constructor for class org.mule.tck.testmodels.mule.TestCompressionTransformer
 
TestConnectivityUtils - Class in org.mule.tck.util
Utils to do connectivity testing over configurations on a Mule application
TestConnectivityUtils(MuleContext) - Constructor for class org.mule.tck.util.TestConnectivityUtils
 
TestCorrelationAggregator - Class in org.mule.tck.testmodels.mule
TestResponseAggregator is a mock response Agrregator object used for testing configuration
TestCorrelationAggregator() - Constructor for class org.mule.tck.testmodels.mule.TestCorrelationAggregator
 
TestDependentObject - Class in org.mule.tck.testmodels.mule
TestDependentObject is used as a mock dependency for an object
TestDependentObject() - Constructor for class org.mule.tck.testmodels.mule.TestDependentObject
 
TestEntryPointResolverSet - Class in org.mule.tck.testmodels.mule
TestEntryPointResolver is a test EntryPointResolver that doesn't provide any functionality.
TestEntryPointResolverSet() - Constructor for class org.mule.tck.testmodels.mule.TestEntryPointResolverSet
 
testEvent() - Method in class org.mule.tck.junit4.AbstractMuleTestCase
 
testException(T, MuleContext) - Static method in class org.mule.tck.SerializationTestUtils
 
TestExceptionStrategy - Class in org.mule.tck.testmodels.mule
TestExceptionStrategy is used by the Mule test cases as a direct replacement of the AbstractMessagingExceptionStrategy.
TestExceptionStrategy() - Constructor for class org.mule.tck.testmodels.mule.TestExceptionStrategy
 
TestExceptionStrategy.ExceptionCallback - Interface in org.mule.tck.testmodels.mule
 
TestInboundTransformer - Class in org.mule.tck.testmodels.mule
 
TestInboundTransformer() - Constructor for class org.mule.tck.testmodels.mule.TestInboundTransformer
 
TESTING_MODE_PROPERTY_NAME - Static variable in class org.mule.tck.junit4.AbstractMuleTestCase
 
TestMessageProcessor - Class in org.mule.tck.testmodels.mule
 
TestMessageProcessor() - Constructor for class org.mule.tck.testmodels.mule.TestMessageProcessor
 
TestMessageProcessor(String) - Constructor for class org.mule.tck.testmodels.mule.TestMessageProcessor
 
TestMuleProxy - Class in org.mule.tck.testmodels.mule
Makes the underlying POJO service object available for unit testing.
TestMuleProxy(ObjectFactory) - Constructor for class org.mule.tck.testmodels.mule.TestMuleProxy
 
TestNonBlockingProcessor - Class in org.mule.tck.processor
Test non-blocking Processor implementation that simply uses a Executor to invoke the ReplyToHandler in another thread.
TestNonBlockingProcessor() - Constructor for class org.mule.tck.processor.TestNonBlockingProcessor
 
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.
TestOutboundTransformer - Class in org.mule.tck.testmodels.mule
 
TestOutboundTransformer() - Constructor for class org.mule.tck.testmodels.mule.TestOutboundTransformer
 
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
 
TestResponseAggregator - Class in org.mule.tck.testmodels.mule
TestResponseAggregator is a mock response Agrregator object used for testing configuration
TestResponseAggregator() - Constructor for class org.mule.tck.testmodels.mule.TestResponseAggregator
 
TestResponseTransformer - Class in org.mule.tck.testmodels.mule
 
TestResponseTransformer() - Constructor for class org.mule.tck.testmodels.mule.TestResponseTransformer
 
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) - Constructor for class org.mule.tck.config.TestServicesConfigurationBuilder
 
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
 
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
TestTransaction - Class in org.mule.tck.testmodels.mule
A test transaction that does nothing on commit or rollback.
TestTransaction(MuleContext) - Constructor for class org.mule.tck.testmodels.mule.TestTransaction
 
TestTransaction(MuleContext, boolean) - Constructor for class org.mule.tck.testmodels.mule.TestTransaction
 
TestTransactionFactory - Class in org.mule.tck.testmodels.mule
TestTransactionFactory creates a TestTransaction
TestTransactionFactory() - Constructor for class org.mule.tck.testmodels.mule.TestTransactionFactory
 
TestTransactionFactory(Transaction) - Constructor for class org.mule.tck.testmodels.mule.TestTransactionFactory
 
TestTransactionManagerFactory - Class in org.mule.tck.testmodels.mule
TestTransactionManagerFactory TODO
TestTransactionManagerFactory() - Constructor for class org.mule.tck.testmodels.mule.TestTransactionManagerFactory
 
TestTransactionManagerFactory.InternalInvocationHandler - Class in org.mule.tck.testmodels.mule
 
testTxHandleCommitKeepsThreadAssociation() - Method in class org.mule.tck.AbstractTxThreadAssociationTestCase
 
testTxManagerCommitDissassociatesThread() - Method in class org.mule.tck.AbstractTxThreadAssociationTestCase
 
testTxManagerRollbackDissassociatesThread() - Method in class org.mule.tck.AbstractTxThreadAssociationTestCase
 
testWithSystemProperty(String, String, MuleTestUtils.TestCallback) - Static method in class org.mule.tck.MuleTestUtils
Execute 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
 
Timeout - Class in org.mule.tck.probe
 
Timeout(long) - Constructor for class org.mule.tck.probe.Timeout
 
toString() - Method in class org.mule.tck.SimpleUnitTestSupportLifecycleSchedulerDecorator
 
toString() - Method in class org.mule.tck.testmodels.fruit.Apple
 
toString() - Method in class org.mule.tck.testmodels.mule.TestMessageProcessor
 
toString() - Method in class org.mule.tck.TriggerableMessageSource
 
TRANSACTION_TIMEOUT_SECONDS - Static variable in class org.mule.tck.AbstractTxThreadAssociationTestCase
 
trigger(Event) - Method in class org.mule.tck.TriggerableMessageSource
 
TriggerableMessageSource - Class in org.mule.tck
 
TriggerableMessageSource() - Constructor for class org.mule.tck.TriggerableMessageSource
 
triggerAsync(Event) - Method in class org.mule.tck.TriggerableMessageSource
 

U

UniqueComponent - Class in org.mule.tck.services
Each instance of this service should contain a unique ID.
UniqueComponent() - Constructor for class org.mule.tck.services.UniqueComponent
 
upperCaseString(String) - Method in class org.mule.tck.services.MatchingMethodsComponent
 

V

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.
verifyAdded(Event, String, String) - Method in class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
 
verifyAndStopSchedulers() - Static method in class org.mule.tck.junit4.AbstractMuleContextTestCase
 
verifyNotAdded(Event) - Method in class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
 
verifyNotRemoved(Event, String) - Method in class org.mule.functional.transformer.simple.AbstractRemoveVariablePropertyProcessorTestCase
 
verifyRemoved(Event, String) - Method in class org.mule.functional.transformer.simple.AbstractAddVariablePropertyProcessorTestCase
 
verifyRemoved(Event, 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
 
wash() - Method in class org.mule.tck.testmodels.fruit.Apple
 
wash(Fruit) - Method in interface org.mule.tck.testmodels.fruit.FruitCleaner
 
wash() - Method in class org.mule.tck.testmodels.fruit.Orange
 
wash() - Method in interface org.mule.tck.testmodels.fruit.OrangeInterface
 
WaterMelon - Class in org.mule.tck.testmodels.fruit
 
WaterMelon() - Constructor for class org.mule.tck.testmodels.fruit.WaterMelon
 
WaterMelon(HashMap) - Constructor for class org.mule.tck.testmodels.fruit.WaterMelon
 
withDisplayName(String) - Method in class org.mule.tck.junit4.matcher.MetadataKeyMatcher
Adds a displayName to compare.
withPartName(String) - Method in class org.mule.tck.junit4.matcher.MetadataKeyMatcher
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 K L M N O P R S T U V W Z 
Skip navigation links

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