org.mule.tck
Class AbstractConfigBuilderTestCase

java.lang.Object
  extended byTestCase
      extended byorg.mule.tck.NamedTestCase
          extended byorg.mule.tck.AbstractConfigBuilderTestCase

public abstract class AbstractConfigBuilderTestCase
extends NamedTestCase

Version:
$Revision: 1.10 $
Author:
Ross Mason
See Also:
Serialized Form

Field Summary
protected static boolean initialised
           
 
Constructor Summary
protected AbstractConfigBuilderTestCase()
           
 
Method Summary
abstract  ConfigurationBuilder getConfigBuilder()
           
abstract  java.lang.String getConfigResource()
           
protected  void setUp()
          Print the name of this test to standard output
 void testAgentConfiguration()
           
 void testConnectorConfig()
           
 void testDescriptorEndpoints()
           
 void testEndpointConfig()
           
 void testEndpointProperties()
           
 void testEnvironmentProperties()
           
 void testExceptionStrategy()
           
 void testGlobalEndpointConfig()
           
 void testInboundRouterConfig()
           
 void testInterceptorStacks()
           
 void testManagerConfig()
           
 void testModelConfig()
           
 void testObjectReferences()
           
 void testOutboundRouterConfig()
           
 void testPoolingConfig()
           
 void testPropertiesConfig()
           
 void testQueueProfileConfig()
           
 void testResponseRouterConfig()
           
 void testTearDown()
           
 void testThreadingConfig()
           
 void testTranactionConfig()
           
 void testTransformerConfig()
           
 
Methods inherited from class org.mule.tck.NamedTestCase
getName, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

initialised

protected static boolean initialised
Constructor Detail

AbstractConfigBuilderTestCase

protected AbstractConfigBuilderTestCase()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Description copied from class: NamedTestCase
Print the name of this test to standard output

Overrides:
setUp in class NamedTestCase
Throws:
java.lang.Exception

testManagerConfig

public void testManagerConfig()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testConnectorConfig

public void testConnectorConfig()
                         throws java.lang.Exception
Throws:
java.lang.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 java.lang.Exception
Throws:
java.lang.Exception

testPropertiesConfig

public void testPropertiesConfig()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testOutboundRouterConfig

public void testOutboundRouterConfig()

testDescriptorEndpoints

public void testDescriptorEndpoints()

testInboundRouterConfig

public void testInboundRouterConfig()

testResponseRouterConfig

public void testResponseRouterConfig()

testThreadingConfig

public void testThreadingConfig()
                         throws MuleException
Throws:
MuleException

testPoolingConfig

public void testPoolingConfig()

testQueueProfileConfig

public void testQueueProfileConfig()

testEndpointProperties

public void testEndpointProperties()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testTranactionConfig

public void testTranactionConfig()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testObjectReferences

public void testObjectReferences()
                          throws UMOException
Throws:
UMOException

testAgentConfiguration

public void testAgentConfiguration()
                            throws UMOException
Throws:
UMOException

testEnvironmentProperties

public void testEnvironmentProperties()

testTearDown

public void testTearDown()
                  throws java.lang.Exception
Throws:
java.lang.Exception

getConfigResource

public abstract java.lang.String getConfigResource()

getConfigBuilder

public abstract ConfigurationBuilder getConfigBuilder()


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.