|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.mule.tck.AbstractMuleTestCase
org.mule.tck.functional.AbstractProviderFunctionalTestCase
Nested Class Summary |
Nested classes inherited from class org.mule.tck.AbstractMuleTestCase |
AbstractMuleTestCase.TestInfo |
Field Summary | |
protected boolean |
callbackCalled
Deprecated. |
protected int |
callbackCount
Deprecated. |
protected UMOConnector |
connector
Deprecated. |
protected MuleDescriptor |
descriptor
Deprecated. |
protected static UMOManager |
manager
Deprecated. |
protected static int |
NUM_MESSAGES_TO_SEND
Deprecated. |
protected boolean |
transacted
Deprecated. |
Fields inherited from class org.mule.tck.AbstractMuleTestCase |
logger |
Constructor Summary | |
AbstractProviderFunctionalTestCase()
Deprecated. |
Method Summary | |
void |
afterInitialise()
Deprecated. |
protected abstract UMOConnector |
createConnector()
Deprecated. |
EventCallback |
createEventCallback()
Deprecated. |
protected UMOEndpoint |
createInboundEndpoint()
Deprecated. Implementing tests can overide this to add further configuration to the inbound endpoint |
protected UMOEndpoint |
createOutboundEndpoint()
Deprecated. Implementing tests can overide this to add further configuration to the outbound endpoint |
protected void |
doSetUp()
Deprecated. |
protected void |
doTearDown()
Deprecated. |
protected abstract UMOEndpointURI |
getInDest()
Deprecated. |
protected abstract UMOEndpointURI |
getOutDest()
Deprecated. |
static MuleDescriptor |
getTestDescriptor(String name,
String implementation)
Deprecated. |
UMOComponent |
initialiseComponent(UMODescriptor descriptor,
EventCallback callback)
Deprecated. |
protected abstract void |
receiveAndTestResults()
Deprecated. |
protected abstract void |
sendTestData(int iterations)
Deprecated. |
void |
testSend()
Deprecated. |
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, run, runTest, setName, toString |
Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected static final int NUM_MESSAGES_TO_SEND
protected UMOConnector connector
protected static UMOManager manager
protected boolean callbackCalled
protected int callbackCount
protected boolean transacted
protected MuleDescriptor descriptor
Constructor Detail |
public AbstractProviderFunctionalTestCase()
Method Detail |
protected void doSetUp() throws Exception
doSetUp
in class AbstractMuleTestCase
Exception
protected void doTearDown() throws Exception
doTearDown
in class AbstractMuleTestCase
Exception
public void testSend() throws Exception
Exception
public UMOComponent initialiseComponent(UMODescriptor descriptor, EventCallback callback) throws Exception
Exception
protected UMOEndpoint createOutboundEndpoint()
protected UMOEndpoint createInboundEndpoint()
public static MuleDescriptor getTestDescriptor(String name, String implementation)
public void afterInitialise() throws Exception
Exception
public EventCallback createEventCallback()
protected abstract void sendTestData(int iterations) throws Exception
Exception
protected abstract void receiveAndTestResults() throws Exception
Exception
protected abstract UMOEndpointURI getInDest()
protected abstract UMOEndpointURI getOutDest()
protected abstract UMOConnector createConnector() throws Exception
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |