org.mule.tck
Class AbstractConfigBuilderTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.mule.tck.AbstractMuleTestCase
              extended byorg.mule.tck.FunctionalTestCase
                  extended byorg.mule.tck.AbstractScriptConfigBuilderTestCase
                      extended byorg.mule.tck.AbstractConfigBuilderTestCase
All Implemented Interfaces:
Test

public abstract class AbstractConfigBuilderTestCase
extends AbstractScriptConfigBuilderTestCase


Nested Class Summary
 
Nested classes inherited from class org.mule.tck.AbstractMuleTestCase
AbstractMuleTestCase.TestInfo
 
Field Summary
 
Fields inherited from class org.mule.tck.FunctionalTestCase
DEFAULT_BUILDER_CLASS
 
Fields inherited from class org.mule.tck.AbstractMuleTestCase
logger
 
Constructor Summary
AbstractConfigBuilderTestCase()
           
 
Method Summary
 void testConnectorConfig()
           
 void testEndpointConfig()
           
 void testEndpointProperties()
           
 void testEnvironmentProperties()
           
 void testExceptionStrategy2()
           
 void testGlobalEndpointConfig()
           
 void testInboundRouterConfig2()
           
 void testInterceptorStacks()
           
 void testManagerConfig()
           
 void testModelConfig()
           
 void testOutboundRouterConfig2()
           
 void testPoolingConfig()
           
 void testQueueProfileConfig()
           
 void testThreadingConfig()
           
 void testTransactionConfig()
           
 void testTransformerConfig()
           
 
Methods inherited from class org.mule.tck.AbstractScriptConfigBuilderTestCase
testAgentConfiguration, testDescriptorEndpoints, testExceptionStrategy, testInboundRouterConfig, testNestedRouterConfig, testObjectReferences, testOutboundRouterConfig, testPropertiesConfig, testResponseRouterConfig
 
Methods inherited from class org.mule.tck.FunctionalTestCase
doFunctionalTearDown, doPostFunctionalSetUp, doPreFunctionalSetUp, doSetUp, doTearDown, getBuilder, getConfigResources, setupManager, suitePreSetUp
 
Methods inherited from class org.mule.tck.AbstractMuleTestCase
addTest, disposeManager, finalize, getDefaultModel, getManager, getName, getTestComponent, getTestConnector, getTestDescriptor, getTestEndpoint, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEventContext, getTestInfo, getTestManager, getTestSession, getTestTransformer, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isOffline, run, runBare, setDisposeManagerPerSuite, setUp, suitePostSetUp, suitePostTearDown, suitePreTearDown, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, run, runTest, setName, 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, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractConfigBuilderTestCase

public AbstractConfigBuilderTestCase()
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()
Overrides:
testGlobalEndpointConfig in class AbstractScriptConfigBuilderTestCase

testEndpointConfig

public void testEndpointConfig()
Overrides:
testEndpointConfig in class AbstractScriptConfigBuilderTestCase

testInterceptorStacks

public void testInterceptorStacks()
Overrides:
testInterceptorStacks in class AbstractScriptConfigBuilderTestCase

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 MuleException
Throws:
MuleException

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()


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