org.mule.test.config
Class MuleConfigurationTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.test.config.MuleConfigurationTestCase

public class MuleConfigurationTestCase
extends AbstractMuleTestCase


Field Summary
protected  String workingDirectory
           
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleTestCase
DEFAULT_TEST_TIMEOUT_SECS, globalTimeout, logger, name, TEST_TIMEOUT_SYSTEM_PROPERTY
 
Constructor Summary
MuleConfigurationTestCase()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testConfigureAfterInitFails()
          Test for MULE-3110
 void testConfigureAfterStartFails()
          Test for MULE-3110
 void testConfigureProgramatically()
          Test for MULE-3092
 void testConfigureWithSystemProperties()
          Test for MULE-3092
protected  void verifyConfiguration()
           
 
Methods inherited from class org.mule.tck.junit4.AbstractMuleTestCase
clearExcludedFlag, clearRequestContext, createTestTimeoutRule, getTestHeader, getTestTimeoutSecs, getTimeoutSystemProperty, initializeMuleTest, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isExcluded, isFailOnTimeout, isOffline, isTestIncludedInExclusionFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

workingDirectory

protected String workingDirectory
Constructor Detail

MuleConfigurationTestCase

public MuleConfigurationTestCase()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

testConfigureProgramatically

public void testConfigureProgramatically()
                                  throws Exception
Test for MULE-3092

Throws:
Exception

testConfigureWithSystemProperties

public void testConfigureWithSystemProperties()
                                       throws Exception
Test for MULE-3092

Throws:
Exception

testConfigureAfterInitFails

public void testConfigureAfterInitFails()
                                 throws Exception
Test for MULE-3110

Throws:
Exception

testConfigureAfterStartFails

public void testConfigureAfterStartFails()
                                  throws Exception
Test for MULE-3110

Throws:
Exception

verifyConfiguration

protected void verifyConfiguration()


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.