org.mule.util
Class ClassUtilsTestCase

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

public class ClassUtilsTestCase
extends AbstractMuleTestCase


Field Summary
protected  Set<String> ignoreMethods
           
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleTestCase
DEFAULT_TEST_TIMEOUT_SECS, globalTimeout, logger, name, TEST_TIMEOUT_SYSTEM_PROPERTY
 
Constructor Summary
ClassUtilsTestCase()
           
 
Method Summary
 void testClassTypesWithNullInArray()
           
 void testCompareWithNull()
           
 void testEqual()
           
 void testGetParameterTypes()
           
 void testGetSatisfiableMethods()
           
 void testHash()
           
 void testInstanciateClass()
           
 void testIsConcrete()
           
 void testLoadClass()
           
 void testLoadClassOfType()
           
 void testLoadingResourceEnumeration()
           
 void testLoadingResources()
           
 void testLoadPrimitiveClass()
           
 void testSimpleName()
           
 
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

ignoreMethods

protected final Set<String> ignoreMethods
Constructor Detail

ClassUtilsTestCase

public ClassUtilsTestCase()
Method Detail

testIsConcrete

public void testIsConcrete()
                    throws Exception
Throws:
Exception

testLoadClass

public void testLoadClass()
                   throws Exception
Throws:
Exception

testLoadPrimitiveClass

public void testLoadPrimitiveClass()
                            throws Exception
Throws:
Exception

testLoadClassOfType

public void testLoadClassOfType()
                         throws Exception
Throws:
Exception

testInstanciateClass

public void testInstanciateClass()
                          throws Exception
Throws:
Exception

testGetParameterTypes

public void testGetParameterTypes()
                           throws Exception
Throws:
Exception

testLoadingResources

public void testLoadingResources()
                          throws Exception
Throws:
Exception

testLoadingResourceEnumeration

public void testLoadingResourceEnumeration()
                                    throws Exception
Throws:
Exception

testGetSatisfiableMethods

public void testGetSatisfiableMethods()
                               throws Exception
Throws:
Exception

testSimpleName

public void testSimpleName()

testEqual

public void testEqual()

testHash

public void testHash()

testClassTypesWithNullInArray

public void testClassTypesWithNullInArray()

testCompareWithNull

public void testCompareWithNull()


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