org.mule.tck
Class AbstractScriptConfigBuilderTestCase

java.lang.Object
  extended byTestCase
      extended byorg.mule.tck.AbstractMuleTestCase
          extended byorg.mule.tck.FunctionalTestCase
              extended byorg.mule.tck.AbstractScriptConfigBuilderTestCase
Direct Known Subclasses:
AbstractConfigBuilderTestCase

public abstract class AbstractScriptConfigBuilderTestCase
extends FunctionalTestCase

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.mule.tck.FunctionalTestCase
FunctionalTestCase.TestingWorkListener
 
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, prereqs
 
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 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, checkPreReqs, disposeManager, finalize, getManager, getName, getTestComponent, getTestConnector, getTestDescriptor, getTestEndpoint, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEventContext, getTestInfo, getTestManager, getTestSession, getTestTransformer, isOffline, isPrereqsMet, setDisposeManagerPerSuite, setUp, suitePostSetUp, suitePostTearDown, suitePreTearDown, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, 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()

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-2006 MuleSource Inc.. All Rights Reserved.