org.mule.tck.providers
Class AbstractConnectorTestCase
java.lang.Object
TestCase
org.mule.tck.AbstractMuleTestCase
org.mule.tck.providers.AbstractConnectorTestCase
- public abstract class AbstractConnectorTestCase
- extends AbstractMuleTestCase
AbstractConnectorTestCase tests common behaviour of all endpoints
and provides 'reminder' methods for implementation specific interface methods
- See Also:
- Serialized Form
| Methods inherited from class org.mule.tck.AbstractMuleTestCase |
addTest, checkPreReqs, disposeManager, finalize, getManager, getName, getTestComponent, getTestConnector, getTestDescriptor, getTestEndpoint, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEventContext, getTestInfo, getTestManager, getTestSession, getTestTransformer, isOffline, isPrereqsMet, setDisposeManagerPerSuite, setUp, suitePostSetUp, suitePostTearDown, suitePreSetUp, suitePreTearDown, tearDown |
descriptor
protected MuleDescriptor descriptor
connector
protected UMOConnector connector
AbstractConnectorTestCase
public AbstractConnectorTestCase()
doSetUp
protected void doSetUp()
throws Exception
- Overrides:
doSetUp in class AbstractMuleTestCase
- Throws:
Exception
doTearDown
protected void doTearDown()
throws Exception
- Overrides:
doTearDown in class AbstractMuleTestCase
- Throws:
Exception
testConnectorExceptionHandling
public void testConnectorExceptionHandling()
throws Exception
- Throws:
Exception
testConnectorLifecycle
public void testConnectorLifecycle()
throws Exception
- Throws:
Exception
testConnectorListenerSupport
public void testConnectorListenerSupport()
throws Exception
- Throws:
Exception
testConnectorBeanProps
public void testConnectorBeanProps()
throws Exception
- Throws:
Exception
testConnectorMessageAdapter
public void testConnectorMessageAdapter()
throws Exception
- Throws:
Exception
testConnectorMessageDispatcher
public void testConnectorMessageDispatcher()
throws Exception
- Throws:
Exception
testConnectorInitialise
public void testConnectorInitialise()
throws Exception
- Throws:
Exception
getConnector
public abstract UMOConnector getConnector()
throws Exception
- Throws:
Exception
getValidMessage
public abstract Object getValidMessage()
throws Exception
- Throws:
Exception
getTestEndpointURI
public abstract String getTestEndpointURI()
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.