org.mule.test.spring
Class SpringNamespaceConfigBuilderV2TestCase
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.mule.tck.AbstractMuleTestCase
org.mule.tck.FunctionalTestCase
org.mule.tck.AbstractScriptConfigBuilderTestCase
org.mule.tck.AbstractConfigBuilderTestCase
org.mule.test.spring.SpringNamespaceConfigBuilderV2TestCase
- All Implemented Interfaces:
- Test, TestCaseWatchdogTimeoutHandler
public class SpringNamespaceConfigBuilderV2TestCase
- extends org.mule.tck.AbstractConfigBuilderTestCase
This is an extended version of the same test covered in
SpringNamespaceConfigBuilderTestCase
. Both are translations of an
earlier (1.X) test.
I realise this seems rather messy, and I did consider merging the two, but they often test different
things, and we would have lost quite a few tests on merging. So I am afraid we are left with two
rather rambling, parallel tests. But these tests examing "corner cases" no other tests cover, so
are quite valuable...
Methods inherited from class org.mule.tck.AbstractConfigBuilderTestCase |
testConnectorConfig, testEndpointConfig, testEndpointProperties, testEnvironmentProperties, testExceptionStrategy2, testGlobalEndpointConfig, testInboundRouterConfig2, testManagerConfig, testModelConfig, testMuleConfiguration, testNestedRouterProxyCreation, testOutboundRouterConfig2, testPoolingConfig, testQueueProfileConfig, testThreadingConfig, testTransactionConfig |
Methods inherited from class org.mule.tck.AbstractScriptConfigBuilderTestCase |
testDescriptorEndpoints, testEndpointPropertiesConfig, testExceptionStrategy, testInboundRouterConfig, testNestedRouterConfig, testOutboundRouterConfig, testResponseRouterConfig |
Methods inherited from class org.mule.tck.FunctionalTestCase |
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 |
SpringNamespaceConfigBuilderV2TestCase
public SpringNamespaceConfigBuilderV2TestCase()
getConfigResources
public String getConfigResources()
- Specified by:
getConfigResources
in class org.mule.tck.FunctionalTestCase
getBuilder
public org.mule.api.config.ConfigurationBuilder getBuilder()
throws org.mule.api.config.ConfigurationException
- Overrides:
getBuilder
in class org.mule.tck.FunctionalTestCase
- Throws:
org.mule.api.config.ConfigurationException
testMessageInfoMappingConfig
public void testMessageInfoMappingConfig()
throws Exception
- Throws:
Exception
testMessageInfoMappingResponseRouterConfig
public void testMessageInfoMappingResponseRouterConfig()
throws Exception
- Throws:
Exception
testPropertyTypesConfig
public void testPropertyTypesConfig()
throws Exception
- Throws:
Exception
testEndpointURIParamsConfig
public void testEndpointURIParamsConfig()
testTransformerConfig
public void testTransformerConfig()
- Overrides:
testTransformerConfig
in class org.mule.tck.AbstractConfigBuilderTestCase
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.