org.mule.util
Class ClassUtilsTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.mule.tck.AbstractMuleTestCase
              extended byorg.mule.util.ClassUtilsTestCase
All Implemented Interfaces:
Test

public class ClassUtilsTestCase
extends org.mule.tck.AbstractMuleTestCase


Nested Class Summary
 
Nested classes inherited from class org.mule.tck.AbstractMuleTestCase
org.mule.tck.AbstractMuleTestCase.TestInfo
 
Field Summary
protected  Set ignoreMethods
           
 
Fields inherited from class org.mule.tck.AbstractMuleTestCase
logger
 
Constructor Summary
ClassUtilsTestCase()
           
 
Method Summary
 void testGetParameterTypes()
           
 void testGetSatisfiableMethods()
           
 void testInstanciateClass()
           
 void testIsConcrete()
           
 void testLoadClass()
           
 void testLoadingResourceEnumeration()
           
 void testLoadingResources()
           
 void testSimpleName()
           
 
Methods inherited from class org.mule.tck.AbstractMuleTestCase
addTest, disposeManager, doSetUp, doTearDown, finalize, getDefaultModel, getManager, getName, getTestComponent, getTestConnector, getTestDescriptor, getTestEndpoint, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEventContext, getTestInfo, getTestManager, getTestSession, getTestTransformer, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isOffline, run, runBare, setDisposeManagerPerSuite, setUp, suitePostSetUp, suitePostTearDown, suitePreSetUp, suitePreTearDown, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, run, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ignoreMethods

protected final Set ignoreMethods
Constructor Detail

ClassUtilsTestCase

public ClassUtilsTestCase()
Method Detail

testIsConcrete

public void testIsConcrete()
                    throws Exception
Throws:
Exception

testLoadClass

public void testLoadClass()
                   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()


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.