Uses of Interface
org.mule.tck.TestCaseWatchdogTimeoutHandler

Packages that use TestCaseWatchdogTimeoutHandler
org.mule.examples.loanbroker.tests   
org.mule.extras.jotm Provides access to the Jotm transaction manager for User and Xa transactions. 
org.mule.providers.bpm.tests   
org.mule.tck Provides a suite of abstract test cases that can be used to test you custom Mule extensions. 
org.mule.tck.functional Helper classes and interfaces used by Mule fnctional tests. 
org.mule.tck.model Test suite for testing Model releated extensions. 
org.mule.tck.providers Test suite for testing custom provider implementations. 
 

Uses of TestCaseWatchdogTimeoutHandler in org.mule.examples.loanbroker.tests
 

Classes in org.mule.examples.loanbroker.tests that implement TestCaseWatchdogTimeoutHandler
 class AbstractAsynchronousLoanBrokerTestCase
          Tests the Loan Broker application asynchronously.
 class AbstractLoanBrokerTestCase
           
 

Uses of TestCaseWatchdogTimeoutHandler in org.mule.extras.jotm
 

Classes in org.mule.extras.jotm that implement TestCaseWatchdogTimeoutHandler
 class JotmTxThreadAssociationTestCase
           
 

Uses of TestCaseWatchdogTimeoutHandler in org.mule.providers.bpm.tests
 

Classes in org.mule.providers.bpm.tests that implement TestCaseWatchdogTimeoutHandler
 class AbstractBpmTestCase
           
 

Uses of TestCaseWatchdogTimeoutHandler in org.mule.tck
 

Classes in org.mule.tck that implement TestCaseWatchdogTimeoutHandler
 class AbstractConfigBuilderTestCase
           
 class AbstractMuleTestCase
          AbstractMuleTestCase is a base class for Mule testcases.
 class AbstractScriptConfigBuilderTestCase
           
 class AbstractTransformerTestCase
           
 class AbstractTxThreadAssociationTestCase
          Validate certain expectations when working with JTA API.
 class AbstractUMOManagerTestCase
           
 class FunctionalTestCase
          Is a base tast case for tests that initialise Mule using a configuration file.
 

Fields in org.mule.tck declared as TestCaseWatchdogTimeoutHandler
protected  TestCaseWatchdogTimeoutHandler TestCaseWatchdog.handler
           
 

Constructors in org.mule.tck with parameters of type TestCaseWatchdogTimeoutHandler
TestCaseWatchdog(long delay, TimeUnit unit, TestCaseWatchdogTimeoutHandler timeoutHandler)
           
 

Uses of TestCaseWatchdogTimeoutHandler in org.mule.tck.functional
 

Classes in org.mule.tck.functional that implement TestCaseWatchdogTimeoutHandler
 class AbstractProviderFunctionalTestCase
          Deprecated. use Xml configuration instead
 

Uses of TestCaseWatchdogTimeoutHandler in org.mule.tck.model
 

Classes in org.mule.tck.model that implement TestCaseWatchdogTimeoutHandler
 class AbstractContainerContextTestCase
           
 class AbstractEntryPointDiscoveryTestCase
           
 class AbstractPoolTestCase
           
 class AbstractProxyPoolFactoryTestCase
           
 

Uses of TestCaseWatchdogTimeoutHandler in org.mule.tck.providers
 

Classes in org.mule.tck.providers that implement TestCaseWatchdogTimeoutHandler
 class AbstractConnectorTestCase
          AbstractConnectorTestCase tests common behaviour of all endpoints and provides 'reminder' methods for implementation specific interface methods
 class AbstractMessageAdapterTestCase
           
 class AbstractMessageReceiverTestCase
           
 



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