|
||||||||||
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.client.DefaultLocalMuleClientTestCase
public class DefaultLocalMuleClientTestCase
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.mule.tck.AbstractMuleTestCase |
---|
AbstractMuleTestCase.TestInfo |
Field Summary | |
---|---|
protected org.mule.client.DefaultLocalMuleClientTestCase.TestableLocalMuleClient |
client
|
protected InboundEndpoint |
inboundEndpoint
|
protected MuleMessage |
message
|
protected Object |
messagePaylaod
|
protected Map<String,Object> |
messageProperties
|
protected OutboundEndpoint |
outboundEndpoint
|
protected String |
PROP_KEY_1
|
protected MuleEvent |
responseEvent
|
protected long |
TEST_FREQ
|
protected MessageExchangePattern |
TEST_MEP
|
protected long |
TEST_RESPONSE_TIMEOUT
|
protected String |
TEST_URI
|
Fields inherited from class org.mule.tck.AbstractMuleTestCase |
---|
callbackCalled, CLASSNAME_ANNOTATIONS_CONFIG_BUILDER, DEFAULT_MULE_TEST_TIMEOUT_SECS, IGNORED_DOT_MULE_DIRS, LOCK_TIMEOUT, logger, muleContext, numPorts, ports, PROPERTY_MULE_TEST_TIMEOUT, RECEIVE_TIMEOUT, TEST_MESSAGE, testTimeoutSecs |
Constructor Summary | |
---|---|
DefaultLocalMuleClientTestCase()
|
Method Summary | |
---|---|
protected void |
doSetUp()
Exactly the same a AbstractMuleTestCase.setUp() in normal JUnit test cases. |
void |
testDispatchStringMuleMessage()
|
void |
testDispatchStringObjectMapOfStringObject()
|
void |
testInboundEndpointCreation()
|
void |
testOutboundEndpointCreation()
|
void |
testProcessOutboundEndpointMuleMessage()
|
void |
testProcessOutboundEndpointObjectMapOfStringObject()
|
void |
testProcessStringMessageExchangePatternMuleMessage()
|
void |
testProcessStringMessageExchangePatternObjectMapOfStringObject()
|
void |
testRequestInboundEndpointLong()
|
void |
testRequestStringLong()
|
void |
testSendStringMuleMessage()
|
void |
testSendStringMuleMessageInt()
|
void |
testSendStringObjectMapOfStringObject()
|
void |
testSendStringObjectMapOfStringObjectInt()
|
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, runTest, 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, format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected final String PROP_KEY_1
protected final String TEST_URI
protected final long TEST_RESPONSE_TIMEOUT
protected final long TEST_FREQ
protected final MessageExchangePattern TEST_MEP
protected org.mule.client.DefaultLocalMuleClientTestCase.TestableLocalMuleClient client
protected InboundEndpoint inboundEndpoint
protected OutboundEndpoint outboundEndpoint
protected Object messagePaylaod
protected Map<String,Object> messageProperties
protected MuleMessage message
protected MuleEvent responseEvent
Constructor Detail |
---|
public DefaultLocalMuleClientTestCase()
Method Detail |
---|
protected void doSetUp() throws Exception
AbstractMuleTestCase
AbstractMuleTestCase.setUp()
in normal JUnit test cases. this is called before a test
method has been called.
doSetUp
in class AbstractMuleTestCase
Exception
- if something fails that should halt the testcasepublic void testProcessOutboundEndpointObjectMapOfStringObject() throws MuleException
MuleException
public void testProcessOutboundEndpointMuleMessage() throws MuleException
MuleException
public void testRequestInboundEndpointLong() throws Exception
Exception
public void testDispatchStringObjectMapOfStringObject() throws MuleException
MuleException
public void testSendStringObjectMapOfStringObject() throws MuleException
MuleException
public void testSendStringMuleMessage() throws MuleException
MuleException
public void testSendStringObjectMapOfStringObjectInt() throws MuleException
MuleException
public void testSendStringMuleMessageInt() throws MuleException
MuleException
public void testDispatchStringMuleMessage() throws MuleException
MuleException
public void testRequestStringLong() throws Exception
Exception
public void testProcessStringMessageExchangePatternObjectMapOfStringObject() throws MuleException
MuleException
public void testProcessStringMessageExchangePatternMuleMessage() throws MuleException
MuleException
public void testInboundEndpointCreation() throws MuleException
MuleException
public void testOutboundEndpointCreation() throws MuleException
MuleException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |