org.mule.module.spring.events
Class SpringEventsTestCase
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.mule.tck.AbstractMuleTestCase
org.mule.tck.FunctionalTestCase
org.mule.module.spring.events.SpringEventsTestCase
- All Implemented Interfaces:
- Test, TestCaseWatchdogTimeoutHandler
- Direct Known Subclasses:
- AsyncSpringEventsTestCase
public class SpringEventsTestCase
- extends org.mule.tck.FunctionalTestCase
Methods inherited from class org.mule.tck.FunctionalTestCase |
getBuilder, getComponent, getComponent, getConfigurationResources, loadResource, loadResourceAsString |
Methods inherited from class org.mule.tck.AbstractMuleTestCase |
configureMuleContext, createMuleContext, createTestInfo, createWatchdog, disposeManager, getName, getStartUpProperties, getTestConnector, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEventContext, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEvent, getTestInfo, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestService, getTestService, getTestService, getTestSession, getTestTransformer, handleTimeout, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isDisposeManagerPerSuite, isExcluded, isOffline, isStartContext, registerTestMethod, run, runBare, setDisposeManagerPerSuite, setName, setStartContext, setUp, suitePostTearDown, suitePreSetUp, tearDown |
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 |
SpringEventsTestCase
public SpringEventsTestCase()
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
getConfigResources
protected String getConfigResources()
- Specified by:
getConfigResources
in class org.mule.tck.FunctionalTestCase
testManagerIsInstanciated
public void testManagerIsInstanciated()
throws Exception
- Throws:
Exception
testRemovingListeners
public void testRemovingListeners()
throws Exception
- Throws:
Exception
testReceivingANonSubscriptionMuleEvent
public void testReceivingANonSubscriptionMuleEvent()
throws Exception
- Throws:
Exception
testReceivingASpringEvent
public void testReceivingASpringEvent()
throws Exception
- Throws:
Exception
testReceivingAllEvents
public void testReceivingAllEvents()
throws Exception
- Throws:
Exception
testReceivingASubscriptionEvent
public void testReceivingASubscriptionEvent()
throws Exception
- Throws:
Exception
testReceiveAndPublishEvent
public void testReceiveAndPublishEvent()
throws Exception
- Throws:
Exception
testPublishOnly
public void testPublishOnly()
throws Exception
- Throws:
Exception
testPublishWithEventAwareTransformer
public void testPublishWithEventAwareTransformer()
throws Exception
- Throws:
Exception
doPublish
protected void doPublish(org.springframework.context.ApplicationEvent event,
int count)
doSend
protected void doSend(String url,
Object payload,
int count)
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.