org.mule.tck
Class AbstractConfigBuilderTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.tck.junit4.AbstractMuleContextTestCase
          extended by org.mule.tck.junit4.FunctionalTestCase
              extended by org.mule.tck.AbstractScriptConfigBuilderTestCase
                  extended by org.mule.tck.AbstractConfigBuilderTestCase

public abstract class AbstractConfigBuilderTestCase
extends AbstractScriptConfigBuilderTestCase


Field Summary
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleContextTestCase
callbackCalled, CLASSNAME_ANNOTATIONS_CONFIG_BUILDER, IGNORED_DOT_MULE_DIRS, LOCK_TIMEOUT, muleContext, RECEIVE_TIMEOUT, TEST_MESSAGE
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleTestCase
DEFAULT_TEST_TIMEOUT_SECS, globalTimeout, logger, name, TEST_TIMEOUT_SYSTEM_PROPERTY
 
Constructor Summary
AbstractConfigBuilderTestCase(boolean legacy)
           
 
Method Summary
protected  boolean isGracefulShutdown()
           
 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.junit4.FunctionalTestCase
clearFlowAssertions, getBuilder, getComponent, getComponent, getConfigResources, getFlowConstruct, getFunctionalTestComponent, loadResource, loadResourceAsString, stopFlowConstruct, testFlow, testFlow
 
Methods inherited from class org.mule.tck.junit4.AbstractMuleContextTestCase
addBuilders, configureMuleContext, createMuleContext, createObject, createObject, disposeContext, disposeContextPerTest, doSetUp, doTearDown, getConfigurationResources, getSensingNullMessageProcessor, getStartUpProperties, getTestConnector, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEventContext, getTestEventContext, getTestEventUsingFlow, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestService, getTestService, getTestService, getTestSession, getTestTransactedInboundEndpoint, getTestTransformer, getTriggerableMessageSource, getTriggerableMessageSource, initialiseObject, isDisposeContextPerClass, isStartContext, setDisposeContextPerClass, setStartContext, setUpMuleContext
 
Methods inherited from class org.mule.tck.junit4.AbstractMuleTestCase
clearExcludedFlag, clearRequestContext, createTestTimeoutRule, getTestHeader, getTestTimeoutSecs, getTimeoutSystemProperty, initializeMuleTest, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isExcluded, isFailOnTimeout, isOffline, isTestIncludedInExclusionFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractConfigBuilderTestCase

public AbstractConfigBuilderTestCase(boolean legacy)
Method Detail

isGracefulShutdown

protected boolean isGracefulShutdown()
Overrides:
isGracefulShutdown in class org.mule.tck.junit4.AbstractMuleContextTestCase

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-2012 MuleSoft, Inc.. All Rights Reserved.