org.mule
Class DefaultMuleMessageTransformationTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.DefaultMuleMessageTransformationTestCase

public class DefaultMuleMessageTransformationTestCase
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
DefaultMuleMessageTransformationTestCase()
           
 
Method Summary
 void appliesBothConverters()
           
 void appliesConverter()
           
 void appliesConverterFailsOnTransformer()
           
 void appliesFirstTransformerFailsOnSecondTransformer()
           
 void appliesImplicitConversionOnConverterWhenSourceAndReturnTypeDoesNotMatch()
           
 void appliesImplicitConversionWhenAvailable()
           
 void appliesTransformer()
           
 void appliesTransformerSkipsConverter()
           
 void failsOnConverterWhenSourceAndReturnTypeDoesNotMatchAndThereIsNoImplicitConversion()
           
 void failsOnFirstTransformer()
           
 void failsOnFirstTransformerIgnoresSecondTransformer()
           
 void failsOnFirstTransformerIgnoresSecondTransformerWhenOriginalPayloadMatchesExpectedOutputType()
           
 void failsOnTransformerWhenOriginalPayloadMatchesExpectedOutputType()
           
 void failsOnTransformerWhenSourceAndReturnTypeDoesNotMatch()
           
 void failsTransformationUsingConverterWhenSourceAndReturnTypeDoesNotMatch2()
           
 void failsTransformerIgnoringMatchingConverter()
           
 void failsTransformerIgnoringMatchingConverterWhenOriginalPayloadMatchesExpectedOutputType()
           
 void failsTransformerIgnoringNonMatchingConverter()
           
 void failsWhenNoImplicitConversionAvailable()
           
 void setUp()
           
 void skipBothConvertersButPayloadMatchesExpectedOutputType()
           
 void skipsConverterAppliesTransformer()
           
 void skipsConverterFailsOnTransformer()
           
 void skipsConverterFailsOnTransformerWhenOriginalPayloadMatchesExpectedOutputType()
           
 void skipsConverterThatDoesNotMatchWhenOriginalPayloadMatchesExpectedOutputType()
           
 void skipsFirstConverterAppliesSecond()
           
 
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

DefaultMuleMessageTransformationTestCase

public DefaultMuleMessageTransformationTestCase()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

failsOnConverterWhenSourceAndReturnTypeDoesNotMatchAndThereIsNoImplicitConversion

public void failsOnConverterWhenSourceAndReturnTypeDoesNotMatchAndThereIsNoImplicitConversion()
                                                                                       throws MuleException
Throws:
MuleException

appliesImplicitConversionOnConverterWhenSourceAndReturnTypeDoesNotMatch

public void appliesImplicitConversionOnConverterWhenSourceAndReturnTypeDoesNotMatch()
                                                                             throws MuleException
Throws:
MuleException

appliesConverter

public void appliesConverter()
                      throws MuleException
Throws:
MuleException

skipsConverterThatDoesNotMatchWhenOriginalPayloadMatchesExpectedOutputType

public void skipsConverterThatDoesNotMatchWhenOriginalPayloadMatchesExpectedOutputType()
                                                                                throws MuleException
Throws:
MuleException

failsTransformationUsingConverterWhenSourceAndReturnTypeDoesNotMatch2

public void failsTransformationUsingConverterWhenSourceAndReturnTypeDoesNotMatch2()
                                                                           throws MuleException
Throws:
MuleException

appliesBothConverters

public void appliesBothConverters()
                           throws MuleException
Throws:
MuleException

skipsFirstConverterAppliesSecond

public void skipsFirstConverterAppliesSecond()
                                      throws MuleException
Throws:
MuleException

skipBothConvertersButPayloadMatchesExpectedOutputType

public void skipBothConvertersButPayloadMatchesExpectedOutputType()
                                                           throws MuleException
Throws:
MuleException

failsTransformerIgnoringNonMatchingConverter

public void failsTransformerIgnoringNonMatchingConverter()
                                                  throws MuleException
Throws:
MuleException

appliesTransformerSkipsConverter

public void appliesTransformerSkipsConverter()
                                      throws MuleException
Throws:
MuleException

failsTransformerIgnoringMatchingConverter

public void failsTransformerIgnoringMatchingConverter()
                                               throws MuleException
Throws:
MuleException

failsTransformerIgnoringMatchingConverterWhenOriginalPayloadMatchesExpectedOutputType

public void failsTransformerIgnoringMatchingConverterWhenOriginalPayloadMatchesExpectedOutputType()
                                                                                           throws MuleException
Throws:
MuleException

skipsConverterFailsOnTransformer

public void skipsConverterFailsOnTransformer()
                                      throws MuleException
Throws:
MuleException

appliesConverterFailsOnTransformer

public void appliesConverterFailsOnTransformer()
                                        throws MuleException
Throws:
MuleException

skipsConverterAppliesTransformer

public void skipsConverterAppliesTransformer()
                                      throws MuleException
Throws:
MuleException

skipsConverterFailsOnTransformerWhenOriginalPayloadMatchesExpectedOutputType

public void skipsConverterFailsOnTransformerWhenOriginalPayloadMatchesExpectedOutputType()
                                                                                  throws MuleException
Throws:
MuleException

failsOnFirstTransformer

public void failsOnFirstTransformer()
                             throws MuleException
Throws:
MuleException

appliesFirstTransformerFailsOnSecondTransformer

public void appliesFirstTransformerFailsOnSecondTransformer()
                                                     throws MuleException
Throws:
MuleException

failsOnFirstTransformerIgnoresSecondTransformer

public void failsOnFirstTransformerIgnoresSecondTransformer()
                                                     throws MuleException
Throws:
MuleException

failsOnFirstTransformerIgnoresSecondTransformerWhenOriginalPayloadMatchesExpectedOutputType

public void failsOnFirstTransformerIgnoresSecondTransformerWhenOriginalPayloadMatchesExpectedOutputType()
                                                                                                 throws MuleException
Throws:
MuleException

failsOnTransformerWhenSourceAndReturnTypeDoesNotMatch

public void failsOnTransformerWhenSourceAndReturnTypeDoesNotMatch()
                                                           throws MuleException
Throws:
MuleException

appliesTransformer

public void appliesTransformer()
                        throws MuleException
Throws:
MuleException

failsOnTransformerWhenOriginalPayloadMatchesExpectedOutputType

public void failsOnTransformerWhenOriginalPayloadMatchesExpectedOutputType()
                                                                    throws MuleException
Throws:
MuleException

failsWhenNoImplicitConversionAvailable

public void failsWhenNoImplicitConversionAvailable()
                                            throws MuleException
Throws:
MuleException

appliesImplicitConversionWhenAvailable

public void appliesImplicitConversionWhenAvailable()
                                            throws MuleException
Throws:
MuleException


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