org.mule.test.integration.exceptions
Class ExceptionStrategyConfigurationFailuresTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.test.integration.exceptions.ExceptionStrategyConfigurationFailuresTestCase

public class ExceptionStrategyConfigurationFailuresTestCase
extends AbstractMuleTestCase


Field Summary
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleTestCase
DEFAULT_TEST_TIMEOUT_SECS, globalTimeout, logger, name, TEST_TIMEOUT_SYSTEM_PROPERTY
 
Constructor Summary
ExceptionStrategyConfigurationFailuresTestCase()
           
 
Method Summary
 void testChoiceExceptionStrategyCantHaveDefaultExceptionStrategy()
           
 void testChoiceExceptionStrategyCantHaveMiddleExceptionStrategyWithoutExpression()
           
 void testDefaultEsFailsAsReferencedExceptionStrategy()
           
 void testDefaultExceptionStrategyReferencesExceptionStrategyWithExpression()
           
 void testDefaultExceptionStrategyReferencesNonExistentExceptionStrategy()
           
 void testNamedFlowExceptionStrategyFails()
           
 void testNamedServiceExceptionStrategyFails()
           
 void testReferenceExceptionStrategyAsGlobalExceptionStrategy()
           
 
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
 

Constructor Detail

ExceptionStrategyConfigurationFailuresTestCase

public ExceptionStrategyConfigurationFailuresTestCase()
Method Detail

testNamedFlowExceptionStrategyFails

public void testNamedFlowExceptionStrategyFails()
                                         throws Exception
Throws:
Exception

testNamedServiceExceptionStrategyFails

public void testNamedServiceExceptionStrategyFails()
                                            throws Exception
Throws:
Exception

testReferenceExceptionStrategyAsGlobalExceptionStrategy

public void testReferenceExceptionStrategyAsGlobalExceptionStrategy()
                                                             throws Exception
Throws:
Exception

testChoiceExceptionStrategyCantHaveMiddleExceptionStrategyWithoutExpression

public void testChoiceExceptionStrategyCantHaveMiddleExceptionStrategyWithoutExpression()
                                                                                 throws Exception
Throws:
Exception

testChoiceExceptionStrategyCantHaveDefaultExceptionStrategy

public void testChoiceExceptionStrategyCantHaveDefaultExceptionStrategy()
                                                                 throws Exception
Throws:
Exception

testDefaultEsFailsAsReferencedExceptionStrategy

public void testDefaultEsFailsAsReferencedExceptionStrategy()
                                                     throws Exception
Throws:
Exception

testDefaultExceptionStrategyReferencesNonExistentExceptionStrategy

public void testDefaultExceptionStrategyReferencesNonExistentExceptionStrategy()
                                                                        throws Exception
Throws:
Exception

testDefaultExceptionStrategyReferencesExceptionStrategyWithExpression

public void testDefaultExceptionStrategyReferencesExceptionStrategyWithExpression()
                                                                           throws Exception
Throws:
Exception


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