org.mule.transformer
Class DataTypesTestCase

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

public class DataTypesTestCase
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
DataTypesTestCase()
           
 
Method Summary
 void testCollectionTypes()
           
 void testGenericCollectionTypes()
           
 void testGenericCollectionTypesFromField()
           
 void testGenericCollectionTypesFromMethodParam()
           
 void testGenericCollectionTypesFromMethodReturn()
           
 void testSimpleTypes()
           
 
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

DataTypesTestCase

public DataTypesTestCase()
Method Detail

testSimpleTypes

public void testSimpleTypes()
                     throws Exception
Throws:
Exception

testCollectionTypes

public void testCollectionTypes()
                         throws Exception
Throws:
Exception

testGenericCollectionTypes

public void testGenericCollectionTypes()
                                throws Exception
Throws:
Exception

testGenericCollectionTypesFromMethodReturn

public void testGenericCollectionTypesFromMethodReturn()
                                                throws Exception
Throws:
Exception

testGenericCollectionTypesFromMethodParam

public void testGenericCollectionTypesFromMethodParam()
                                               throws Exception
Throws:
Exception

testGenericCollectionTypesFromField

public void testGenericCollectionTypesFromField()
                                         throws Exception
Throws:
Exception


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