org.mule.tck
Class AbstractConfigBuilderTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.mule.tck.AbstractMuleTestCase
              extended by org.mule.tck.FunctionalTestCase
                  extended by org.mule.tck.AbstractScriptConfigBuilderTestCase
                      extended by org.mule.tck.AbstractConfigBuilderTestCase
All Implemented Interfaces:
Test, org.mule.tck.TestCaseWatchdogTimeoutHandler

public abstract class AbstractConfigBuilderTestCase
extends AbstractScriptConfigBuilderTestCase


Nested Class Summary
 
Nested classes/interfaces inherited from class org.mule.tck.AbstractMuleTestCase
org.mule.tck.AbstractMuleTestCase.TestInfo
 
Field Summary
 
Fields inherited from class org.mule.tck.AbstractMuleTestCase
callbackCalled, DEFAULT_MULE_TEST_TIMEOUT_SECS, IGNORED_DOT_MULE_DIRS, LOCK_TIMEOUT, logger, muleContext, PROPERTY_MULE_TEST_TIMEOUT, RECEIVE_TIMEOUT, TEST_MESSAGE
 
Constructor Summary
AbstractConfigBuilderTestCase(boolean legacy)
           
 
Method Summary
 void testBindngProxyCreation()
           
 void testConnectorConfig()
           
 void testEndpointConfig()
           
 void testEndpointProperties()
           
 void testEnvironmentProperties()
           
 void testExceptionStrategy2()
           
 void testGlobalEndpointConfig()
           
 void testGlobalInterceptorStack()
           
 void testInboundRouterConfig2()
           
 void testInterceptors()
           
 void testManagerConfig()
           
 void testModelConfig()
           
 void testMuleConfiguration()
           
 void testOutboundRouterConfig2()
           
 void testPoolingConfig()
           
 void testQueueProfileConfig()
           
 void testThreadingConfig()
           
 void testTransactionConfig()
           
 void testTransformerConfig()
           
 
Methods inherited from class org.mule.tck.AbstractScriptConfigBuilderTestCase
testBindingConfig, testDescriptorEndpoints, testEndpointPropertiesConfig, testExceptionStrategy, testInboundRouterConfig, testOutboundRouterConfig, testResponseRouterConfig
 
Methods inherited from class org.mule.tck.FunctionalTestCase
getBuilder, getComponent, getComponent, getConfigResources, getFunctionalTestComponent, loadResource, loadResourceAsString
 
Methods inherited from class org.mule.tck.AbstractMuleTestCase
configureMuleContext, createMuleContext, createTestInfo, createWatchdog, disposeManager, doSetUp, doTearDown, getConfigurationResources, getName, getStartUpProperties, getTestConnector, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEventContext, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEvent, getTestInfo, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestService, getTestService, getTestService, getTestSession, getTestTransformer, getTimeoutSecs, handleTimeout, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isDisposeManagerPerSuite, isExcluded, isOffline, isStartContext, registerTestMethod, run, runBare, setDisposeManagerPerSuite, setFailOnTimeout, setName, setStartContext, setUp, suitePostTearDown, suitePreSetUp, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractConfigBuilderTestCase

public AbstractConfigBuilderTestCase(boolean legacy)
Method Detail

testManagerConfig

public void testManagerConfig()
                       throws Exception
Overrides:
testManagerConfig in class AbstractScriptConfigBuilderTestCase
Throws:
Exception

testConnectorConfig

public void testConnectorConfig()
                         throws Exception
Overrides:
testConnectorConfig in class AbstractScriptConfigBuilderTestCase
Throws:
Exception

testGlobalEndpointConfig

public void testGlobalEndpointConfig()
                              throws MuleException
Overrides:
testGlobalEndpointConfig in class AbstractScriptConfigBuilderTestCase
Throws:
MuleException

testEndpointConfig

public void testEndpointConfig()
                        throws MuleException
Overrides:
testEndpointConfig in class AbstractScriptConfigBuilderTestCase
Throws:
MuleException

testExceptionStrategy2

public void testExceptionStrategy2()

testTransformerConfig

public void testTransformerConfig()
Overrides:
testTransformerConfig in class AbstractScriptConfigBuilderTestCase

testModelConfig

public void testModelConfig()
                     throws Exception
Overrides:
testModelConfig in class AbstractScriptConfigBuilderTestCase
Throws:
Exception

testOutboundRouterConfig2

public void testOutboundRouterConfig2()

testInboundRouterConfig2

public void testInboundRouterConfig2()

testThreadingConfig

public void testThreadingConfig()
                         throws DefaultMuleException
Throws:
DefaultMuleException

testPoolingConfig

public void testPoolingConfig()

testQueueProfileConfig

public void testQueueProfileConfig()

testEndpointProperties

public void testEndpointProperties()
                            throws Exception
Throws:
Exception

testTransactionConfig

public void testTransactionConfig()
                           throws Exception
Throws:
Exception

testEnvironmentProperties

public void testEnvironmentProperties()

testBindngProxyCreation

public void testBindngProxyCreation()

testMuleConfiguration

public void testMuleConfiguration()

testGlobalInterceptorStack

public void testGlobalInterceptorStack()

testInterceptors

public void testInterceptors()


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.