org.mule.tck
Class AbstractScriptConfigBuilderTestCase

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
All Implemented Interfaces:
Test
Direct Known Subclasses:
AbstractConfigBuilderTestCase

public abstract class AbstractScriptConfigBuilderTestCase
extends FunctionalTestCase


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
protected AbstractScriptConfigBuilderTestCase()
           
 
Method Summary
 void testAgentConfiguration()
           
 void testConnectorConfig()
           
 void testDescriptorEndpoints()
           
 void testEndpointConfig()
           
 void testExceptionStrategy()
           
 void testGlobalEndpointConfig()
           
 void testInboundRouterConfig()
           
 void testInterceptorStacks()
           
 void testManagerConfig()
           
 void testModelConfig()
           
 void testNestedRouterConfig()
           
 void testObjectReferences()
           
 void testOutboundRouterConfig()
           
 void testPropertiesConfig()
           
 void testResponseRouterConfig()
           
 void testTransformerConfig()
           
 
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

AbstractScriptConfigBuilderTestCase

protected AbstractScriptConfigBuilderTestCase()
Method Detail

testManagerConfig

public void testManagerConfig()
                       throws Exception
Throws:
Exception

testConnectorConfig

public void testConnectorConfig()
                         throws Exception
Throws:
Exception

testGlobalEndpointConfig

public void testGlobalEndpointConfig()

testEndpointConfig

public void testEndpointConfig()

testInterceptorStacks

public void testInterceptorStacks()

testExceptionStrategy

public void testExceptionStrategy()

testTransformerConfig

public void testTransformerConfig()

testModelConfig

public void testModelConfig()
                     throws Exception
Throws:
Exception

testPropertiesConfig

public void testPropertiesConfig()
                          throws Exception
Throws:
Exception

testOutboundRouterConfig

public void testOutboundRouterConfig()

testNestedRouterConfig

public void testNestedRouterConfig()

testDescriptorEndpoints

public void testDescriptorEndpoints()

testInboundRouterConfig

public void testInboundRouterConfig()

testResponseRouterConfig

public void testResponseRouterConfig()

testObjectReferences

public void testObjectReferences()
                          throws UMOException
Throws:
UMOException

testAgentConfiguration

public void testAgentConfiguration()
                            throws UMOException
Throws:
UMOException


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