org.mule.tck
Class AbstractScriptConfigBuilderTestCase

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
Direct Known Subclasses:
AbstractConfigBuilderTestCase

public abstract class AbstractScriptConfigBuilderTestCase
extends FunctionalTestCase


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
protected AbstractScriptConfigBuilderTestCase()
           
protected AbstractScriptConfigBuilderTestCase(boolean legacy)
           
 
Method Summary
 void testBindingConfig()
           
 void testConnectorConfig()
           
 void testDescriptorEndpoints()
           
 void testEndpointConfig()
           
 void testEndpointPropertiesConfig()
           
 void testExceptionStrategy()
           
 void testGlobalEndpointConfig()
           
 void testInboundRouterConfig()
           
 void testManagerConfig()
           
 void testModelConfig()
           
 void testOutboundRouterConfig()
           
 void testResponseRouterConfig()
           
 void testTransformerConfig()
           
 
Methods inherited from class org.mule.tck.junit4.FunctionalTestCase
clearFlowAssertions, getBuilder, getComponent, getComponent, getConfigFile, getConfigFiles, getConfigResources, getFlowConstruct, getFunctionalTestComponent, loadResource, loadResourceAsString, lookupFlowConstruct, runFlow, runFlow, runFlowAndExpect, runFlowAndExpectProperty, runFlowWithPayloadAndExpect, stopFlowConstruct, testFlow, testFlow
 
Methods inherited from class org.mule.tck.junit4.AbstractMuleContextTestCase
addBuilders, configureMuleContext, createMuleContext, createObject, createObject, disposeContext, disposeContextPerTest, doSetUp, doSetUpBeforeMuleContextCreation, doTearDown, doTearDownAfterMuleContextDispose, getConfigurationResources, getSensingNullMessageProcessor, getStartUpProperties, getTestConnector, getTestEvent, 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, isGracefulShutdown, isStartContext, setDisposeContextPerClass, setStartContext, setUpMuleContext
 
Methods inherited from class org.mule.tck.junit4.AbstractMuleTestCase
clearExcludedFlag, clearRequestContext, clearTestCaseName, createTestTimeoutRule, dumpFilteredThreadsInTest, getTestHeader, getTestTimeoutSecs, getTimeoutSystemProperty, initializeMuleTest, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isExcluded, isFailOnTimeout, isOffline, isTestIncludedInExclusionFile, takeTestCaseName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractScriptConfigBuilderTestCase

protected AbstractScriptConfigBuilderTestCase()

AbstractScriptConfigBuilderTestCase

protected AbstractScriptConfigBuilderTestCase(boolean legacy)
Method Detail

testManagerConfig

public void testManagerConfig()
                       throws Exception
Throws:
Exception

testConnectorConfig

public void testConnectorConfig()
                         throws Exception
Throws:
Exception

testGlobalEndpointConfig

public void testGlobalEndpointConfig()
                              throws MuleException
Throws:
MuleException

testEndpointConfig

public void testEndpointConfig()
                        throws MuleException
Throws:
MuleException

testExceptionStrategy

public void testExceptionStrategy()

testTransformerConfig

public void testTransformerConfig()

testModelConfig

public void testModelConfig()
                     throws Exception
Throws:
Exception

testEndpointPropertiesConfig

public void testEndpointPropertiesConfig()
                                  throws Exception
Throws:
Exception

testOutboundRouterConfig

public void testOutboundRouterConfig()

testBindingConfig

public void testBindingConfig()

testDescriptorEndpoints

public void testDescriptorEndpoints()

testInboundRouterConfig

public void testInboundRouterConfig()

testResponseRouterConfig

public void testResponseRouterConfig()


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.