org.mule.transformer
Class TransformerChainingTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.transformer.TransformerChainingTestCase

public class TransformerChainingTestCase
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
TransformerChainingTestCase()
           
 
Method Summary
 void setUp()
           
 void testIgnoreBadInputBreaksChainWithTransformationOrderInvalidValid()
           
 void testIgnoreBadInputBreaksChainWithTransformationOrderValidInvalid()
           
 void testIgnoreBadInputBreaksWithTransformationOrderInvalidValidWhenEnforcedOn()
           
 void testIgnoreBadInputDoesNotBreakChainWithTransformationOrderInvalidValid()
           
 void testIgnoreBadInputDoesNotBreakChainWithTransformationOrderValidInvalid()
           
 void testSingleChainedTransformer()
           
 void testThreeChainedTransformers()
           
 void testTwoChainedTransformers()
           
 
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

TransformerChainingTestCase

public TransformerChainingTestCase()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testSingleChainedTransformer

public void testSingleChainedTransformer()
                                  throws Exception
Throws:
Exception

testTwoChainedTransformers

public void testTwoChainedTransformers()
                                throws Exception
Throws:
Exception

testThreeChainedTransformers

public void testThreeChainedTransformers()
                                  throws Exception
Throws:
Exception

testIgnoreBadInputDoesNotBreakChainWithTransformationOrderInvalidValid

public void testIgnoreBadInputDoesNotBreakChainWithTransformationOrderInvalidValid()
                                                                            throws Exception
Throws:
Exception

testIgnoreBadInputBreaksWithTransformationOrderInvalidValidWhenEnforcedOn

public void testIgnoreBadInputBreaksWithTransformationOrderInvalidValidWhenEnforcedOn()
                                                                               throws Exception
Throws:
Exception

testIgnoreBadInputBreaksChainWithTransformationOrderInvalidValid

public void testIgnoreBadInputBreaksChainWithTransformationOrderInvalidValid()
                                                                      throws Exception
Throws:
Exception

testIgnoreBadInputDoesNotBreakChainWithTransformationOrderValidInvalid

public void testIgnoreBadInputDoesNotBreakChainWithTransformationOrderValidInvalid()
                                                                            throws Exception
Throws:
Exception

testIgnoreBadInputBreaksChainWithTransformationOrderValidInvalid

public void testIgnoreBadInputBreaksChainWithTransformationOrderValidInvalid()
                                                                      throws Exception
Throws:
Exception


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