org.mule.test.config
Class MuleClasspathConfigBuilderTestCase

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
                          extended byorg.mule.test.config.MuleXmlConfigBuilderTestCase
                              extended byorg.mule.test.config.MuleClasspathConfigBuilderTestCase
All Implemented Interfaces:
Test

public class MuleClasspathConfigBuilderTestCase
extends MuleXmlConfigBuilderTestCase

Test Case for MuleClasspathCofigurationBuilder. It borrows everything from the corresponding MuleXml config builder and just substitute the builder itself since the config files are in the tests classpath.


Nested Class Summary
 
Nested classes inherited from class org.mule.tck.AbstractMuleTestCase
org.mule.tck.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
MuleClasspathConfigBuilderTestCase()
           
 
Method Summary
 org.mule.config.ConfigurationBuilder getBuilder()
          Get the builder
 
Methods inherited from class org.mule.test.config.MuleXmlConfigBuilderTestCase
getConfigResources, testEndpointURIParamsConfig, testGlobalEndpointOverrides, testListPropertyTypesConfig, testMapPropertyTypesConfig, testPoolingConfig, testPropertyExtractorConfig, testPropertyExtractorResponseRouterConfig, testPropertyTypesConfig, testSystemPropertyOverride, testThreadingConfig, testTransformerConfig
 
Methods inherited from class org.mule.tck.AbstractConfigBuilderTestCase
testConnectorConfig, testEndpointConfig, testEndpointProperties, testEnvironmentProperties, testExceptionStrategy2, testGlobalEndpointConfig, testInboundRouterConfig2, testInterceptorStacks, testManagerConfig, testModelConfig, testOutboundRouterConfig2, testQueueProfileConfig, testTransactionConfig
 
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, 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

MuleClasspathConfigBuilderTestCase

public MuleClasspathConfigBuilderTestCase()
Method Detail

getBuilder

public org.mule.config.ConfigurationBuilder getBuilder()
Get the builder

Overrides:
getBuilder in class MuleXmlConfigBuilderTestCase


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