org.mule.transformer.graph
Class TransformationGraphLookupStrategyTestCase

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

public class TransformationGraphLookupStrategyTestCase
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
TransformationGraphLookupStrategyTestCase()
           
 
Method Summary
 void findsCompositeConverter()
           
 void findsDirectTransformation()
           
 void findsMultipleCompositeConvertersWithMultipleEdgesFromSource()
           
 void findsMultipleDirectTransformations()
           
 void lookupTransformersNoSourceInGraph()
           
 void lookupTransformersNoTargetInGraph()
           
 
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

TransformationGraphLookupStrategyTestCase

public TransformationGraphLookupStrategyTestCase()
Method Detail

lookupTransformersNoSourceInGraph

public void lookupTransformersNoSourceInGraph()
                                       throws Exception
Throws:
Exception

lookupTransformersNoTargetInGraph

public void lookupTransformersNoTargetInGraph()
                                       throws Exception
Throws:
Exception

findsDirectTransformation

public void findsDirectTransformation()
                               throws Exception
Throws:
Exception

findsMultipleDirectTransformations

public void findsMultipleDirectTransformations()
                                        throws Exception
Throws:
Exception

findsCompositeConverter

public void findsCompositeConverter()
                             throws Exception
Throws:
Exception

findsMultipleCompositeConvertersWithMultipleEdgesFromSource

public void findsMultipleCompositeConvertersWithMultipleEdgesFromSource()
                                                                 throws Exception
Throws:
Exception


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