|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
AbstractJmsTransactionFunctionalTest
is a base class for all JMS
based functional tests with or without transactions.MBean Server
if necessary,
and will clean up any registered MBeans in its tearDown()
method.AbstractConnectorTestCase.getTestEndpointURI()
) this waits for up to 10 seconds,
hoping to receive the message stored in the mail server.DummyHome
Test EJBJmsTestUtils
contains some helper code necessary to test
interaction with different JMS providers.JmsTransformersTestCase
Tests the JMS transformer implementations.<import resource="classpath:file.xml"/>
statements.<import resource="file.xml"/>
statements.<import resource="classpath:config.xml"/>
"classpath:" is a Spring pseudo-URL which clarifies that the resource is to be loaded from the classpath, not the file system.<import resource="config.xml"/>
.TestMuleEventBean
is a MuleEventBean for testing with the
MuleEventMulticaster.TestApplicationEventBean
is a bean for testing Spring
ApplicationListeners with the MuleEventMulticasterTestMuleEventBean
is a MuleEventBean for testing with the
MuleEventMulticaster.TestSubscriptionEventBean
TODOHttpResponse
string when HTTP
transfer encoding is chunked
TransformerException
when the encoding is not supported.
HttpResponse
string when HTTP
transfer encoding is chunked
VMMessageAdapterTestCase
TODO (document class)
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |