org.mule.util
Class MapCombinerTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.util.MapCombinerTestCase

public class MapCombinerTestCase
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
MapCombinerTestCase()
           
 
Method Summary
static Map buildMap(String spec)
           
protected  void doTestMerge(MapCombiner combiner, String spec1, String spec2, String specResult)
           
protected static String drop(String spec, String delim)
           
protected static String fillList(List list, String spec)
           
protected static String fillMap(Map map, String spec)
           
 void testBasicMerge()
           
 void testDeepMerge()
           
 void testInfrastructure()
           
 void testMergeLists()
           
 void testOverwrite()
           
 void testRestrictedMerge()
           
 
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

MapCombinerTestCase

public MapCombinerTestCase()
Method Detail

testBasicMerge

public void testBasicMerge()

testOverwrite

public void testOverwrite()

testDeepMerge

public void testDeepMerge()

testRestrictedMerge

public void testRestrictedMerge()

testMergeLists

public void testMergeLists()

doTestMerge

protected void doTestMerge(MapCombiner combiner,
                           String spec1,
                           String spec2,
                           String specResult)

testInfrastructure

public void testInfrastructure()

buildMap

public static Map buildMap(String spec)

fillMap

protected static String fillMap(Map map,
                                String spec)

fillList

protected static String fillList(List list,
                                 String spec)

drop

protected static String drop(String spec,
                             String delim)


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