org.mule.tck
Class AbstractMuleTestCase
java.lang.Object
TestCase
org.mule.tck.NamedTestCase
org.mule.tck.AbstractMuleTestCase
- Direct Known Subclasses:
- AbstractComponentResolverTestCase, AbstractConnectorTestCase, AbstractEntryPointDiscoveryTestCase, AbstractMessageAdapterTestCase, AbstractMessageReceiverTestCase, AbstractPoolTestCase, AbstractProviderFunctionalTestCase, AbstractProxyPoolFactoryTestCase, AbstractTransformerTestCase, AbstractUMOManagerTestCase
- public abstract class AbstractMuleTestCase
- extends NamedTestCase
AbstractMuleTestCase
is a base class for Mule testcases. This
implementation provides services to test code for creating mock and test objects.
- Version:
- $Revision: 1.1.1.1 $
- Author:
- Ross Mason
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractMuleTestCase
public AbstractMuleTestCase()
getManager
public static UMOManager getManager()
throws java.lang.Exception
- Throws:
java.lang.Exception
getTestEndpoint
public static UMOEndpoint getTestEndpoint(java.lang.String name,
java.lang.String type)
throws UMOException
- Throws:
UMOException
getTestEvent
public static UMOEvent getTestEvent(java.lang.Object data)
throws UMOException
- Throws:
UMOException
getTestTransformer
public static UMOTransformer getTestTransformer()
getTestEvent
public static UMOEvent getTestEvent(java.lang.Object data,
MuleDescriptor descriptor)
throws UMOException
- Throws:
UMOException
getTestEvent
public static UMOEvent getTestEvent(java.lang.Object data,
UMOEndpoint endpoint)
throws UMOException
- Throws:
UMOException
getTestEvent
public static UMOEvent getTestEvent(java.lang.Object data,
MuleDescriptor descriptor,
UMOEndpoint endpoint)
throws UMOException
- Throws:
UMOException
getTestSession
public static UMOSession getTestSession(UMOComponent component)
getTestConnector
public static org.mule.tck.testmodels.mule.TestConnector getTestConnector()
getTestComponent
public static MuleComponent getTestComponent(MuleDescriptor descriptor)
getTestDescriptor
public static MuleDescriptor getTestDescriptor(java.lang.String name,
java.lang.String implementation)
throws UMOException
- Throws:
UMOException
getTestManager
public static UMOManager getTestManager()
getMockSession
public static Mock getMockSession()
getMockMessageDispatcher
public static Mock getMockMessageDispatcher()
getMockConnector
public static Mock getMockConnector()
getMockEvent
public static Mock getMockEvent()
getMockManager
public static Mock getMockManager()
getMockEndpoint
public static Mock getMockEndpoint()
getMockDescriptor
public static Mock getMockDescriptor()
getMockTransaction
public static Mock getMockTransaction()
getMockTransactionFactory
public static Mock getMockTransactionFactory()
Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.