org.mule.tck
Class AbstractScriptConfigBuilderTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.mule.tck.AbstractMuleTestCase
              extended by org.mule.tck.FunctionalTestCase
                  extended by org.mule.tck.AbstractScriptConfigBuilderTestCase
All Implemented Interfaces:
Test, TestCaseWatchdogTimeoutHandler
Direct Known Subclasses:
AbstractConfigBuilderTestCase

public abstract class AbstractScriptConfigBuilderTestCase
extends FunctionalTestCase


Nested Class Summary
 
Nested classes/interfaces 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
IGNORED_DOT_MULE_DIRS, 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
createTestInfo, createWatchdog, disposeManager, getDefaultModel, getManager, getName, getTestComponent, getTestConnector, getTestDescriptor, getTestEndpoint, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEventContext, getTestInfo, getTestManager, getTestSession, getTestTransformer, handleTimeout, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isDisposeManagerPerSuite, isExcluded, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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.