org.mule.test.integration.components
Class NoArgsCallComponentTestCase
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.mule.tck.AbstractMuleTestCase
org.mule.tck.FunctionalTestCase
org.mule.test.integration.components.NoArgsCallComponentTestCase
- All Implemented Interfaces:
- Test, TestCaseWatchdogTimeoutHandler
public class NoArgsCallComponentTestCase
- extends org.mule.tck.FunctionalTestCase
This test re-written to use entry point resolvers. As a consequence, some tests, which verified
implementation details rather than functionality, were dropped.
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, doSetUp, doTearDown, 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 |
INPUT_DC_QUEUE_NAME
public static final String INPUT_DC_QUEUE_NAME
- See Also:
- Constant Field Values
OUTPUT_DC_QUEUE_NAME
public static final String OUTPUT_DC_QUEUE_NAME
- See Also:
- Constant Field Values
INPUT_DI_QUEUE_NAME
public static final String INPUT_DI_QUEUE_NAME
- See Also:
- Constant Field Values
OUTPUT_DI_QUEUE_NAME
public static final String OUTPUT_DI_QUEUE_NAME
- See Also:
- Constant Field Values
DEFAULT_INPUT_MESSAGE
public static final String DEFAULT_INPUT_MESSAGE
- See Also:
- Constant Field Values
DEFUALT_OUTPUT_MESSAGE
public static final String DEFUALT_OUTPUT_MESSAGE
- See Also:
- Constant Field Values
SERVICE_DC_NAME
public static final String SERVICE_DC_NAME
- See Also:
- Constant Field Values
SERVICE_DI_NAME
public static final String SERVICE_DI_NAME
- See Also:
- Constant Field Values
DELEGATE_DC_METHOD_NAME
public static final String DELEGATE_DC_METHOD_NAME
- See Also:
- Constant Field Values
DELEGATE_DI_METHOD_NAME
public static final String DELEGATE_DI_METHOD_NAME
- See Also:
- Constant Field Values
TIMEOUT
public static final int TIMEOUT
- See Also:
- Constant Field Values
NoArgsCallComponentTestCase
public NoArgsCallComponentTestCase()
getConfigResources
protected String getConfigResources()
- Specified by:
getConfigResources
in class org.mule.tck.FunctionalTestCase
testDelegateClass
public void testDelegateClass()
throws Exception
- Throws:
Exception
testWithInjectedDelegate
public void testWithInjectedDelegate()
throws Exception
- Throws:
Exception
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.