org.mule.util.generics
Class GenericsUtilsTestCase

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

public class GenericsUtilsTestCase
extends AbstractMuleTestCase


Field Summary
protected  Type[] expectedResults
           
protected  String[] methods
           
protected  Class<?> targetClass
           
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleTestCase
DEFAULT_TEST_TIMEOUT_SECS, globalTimeout, logger, name, TEST_TIMEOUT_SYSTEM_PROPERTY
 
Constructor Summary
GenericsUtilsTestCase()
           
 
Method Summary
 void createTestData()
           
protected  void executeTest()
           
protected  Type getType(Method method)
           
 void testA()
           
 void testB()
           
 void testB2()
           
 void testB3()
           
 void testC()
           
 void testD()
           
 void testD2()
           
 void testD3()
           
 void testE()
           
 void testE2()
           
 void testE3()
           
 void testProgrammaticListIntrospection()
           
 
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
 

Field Detail

targetClass

protected Class<?> targetClass

methods

protected String[] methods

expectedResults

protected Type[] expectedResults
Constructor Detail

GenericsUtilsTestCase

public GenericsUtilsTestCase()
Method Detail

createTestData

public void createTestData()

getType

protected Type getType(Method method)

testA

public void testA()
           throws Exception
Throws:
Exception

testB

public void testB()
           throws Exception
Throws:
Exception

testB2

public void testB2()
            throws Exception
Throws:
Exception

testB3

public void testB3()
            throws Exception
Throws:
Exception

testC

public void testC()
           throws Exception
Throws:
Exception

testD

public void testD()
           throws Exception
Throws:
Exception

testD2

public void testD2()
            throws Exception
Throws:
Exception

testD3

public void testD3()
            throws Exception
Throws:
Exception

testE

public void testE()
           throws Exception
Throws:
Exception

testE2

public void testE2()
            throws Exception
Throws:
Exception

testE3

public void testE3()
            throws Exception
Throws:
Exception

testProgrammaticListIntrospection

public void testProgrammaticListIntrospection()
                                       throws Exception
Throws:
Exception

executeTest

protected void executeTest()
                    throws NoSuchMethodException
Throws:
NoSuchMethodException


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