org.mule.tck.functional
Class AbstractProviderFunctionalTestCase
java.lang.Object
TestCase
org.mule.tck.NamedTestCase
org.mule.tck.AbstractMuleTestCase
org.mule.tck.functional.AbstractProviderFunctionalTestCase
- public abstract class AbstractProviderFunctionalTestCase
- extends AbstractMuleTestCase
- Version:
- $Revision: 1.1.1.1 $
- Author:
- Ross Mason
- See Also:
- Serialized Form
Methods inherited from class org.mule.tck.AbstractMuleTestCase |
getManager, getMockConnector, getMockDescriptor, getMockEndpoint, getMockEvent, getMockManager, getMockMessageDispatcher, getMockSession, getMockTransaction, getMockTransactionFactory, getTestComponent, getTestConnector, getTestEndpoint, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestManager, getTestSession, getTestTransformer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
connector
protected UMOConnector connector
manager
protected static UMOManager manager
callbackCalled
protected boolean callbackCalled
callbackCount
protected int callbackCount
descriptor
protected MuleDescriptor descriptor
AbstractProviderFunctionalTestCase
public AbstractProviderFunctionalTestCase()
setUp
protected void setUp()
throws java.lang.Exception
- Description copied from class:
NamedTestCase
- Print the name of this test to standard output
- Overrides:
setUp
in class NamedTestCase
- Throws:
java.lang.Exception
tearDown
protected void tearDown()
throws java.lang.Exception
- Throws:
java.lang.Exception
testSend
public void testSend()
throws java.lang.Exception
- Throws:
java.lang.Exception
initialiseComponent
public UMOComponent initialiseComponent(UMODescriptor descriptor,
byte txBeginAction,
byte txCommitAction,
EventCallback callback)
throws java.lang.Exception
- Throws:
java.lang.Exception
getTestDescriptor
public static MuleDescriptor getTestDescriptor(java.lang.String name,
java.lang.String implementation)
afterInitialise
public void afterInitialise()
throws java.lang.Exception
- Throws:
java.lang.Exception
createEventCallback
public EventCallback createEventCallback()
sendTestData
protected abstract void sendTestData(int iterations)
throws java.lang.Exception
- Throws:
java.lang.Exception
receiveAndTestResults
protected abstract void receiveAndTestResults()
throws java.lang.Exception
- Throws:
java.lang.Exception
getInDest
protected abstract UMOEndpointURI getInDest()
getOutDest
protected abstract UMOEndpointURI getOutDest()
createConnector
protected abstract UMOConnector createConnector()
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.