edu.rice.cs.plt.reflect
Class PreemptingClassLoaderTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by edu.rice.cs.plt.reflect.ClassLoaderTestCase
              extended by edu.rice.cs.plt.reflect.PreemptingClassLoaderTest
All Implemented Interfaces:
Test

public class PreemptingClassLoaderTest
extends ClassLoaderTestCase


Constructor Summary
PreemptingClassLoaderTest()
           
 
Method Summary
 void testLoadsNonPreemptedClasses()
           
 void testLoadsPreemptedClasses1()
           
 void testLoadsPreemptedClasses2()
           
 void testLoadsResources()
           
 
Methods inherited from class edu.rice.cs.plt.reflect.ClassLoaderTestCase
assertDoesNotHaveResource, assertDoesNotLoadClass, assertHasDifferentResource, assertHasResource, assertHasSameResource, assertLoadsClass, assertLoadsClassAsLoader, assertLoadsDifferentClass, assertLoadsSameClass
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PreemptingClassLoaderTest

public PreemptingClassLoaderTest()
Method Detail

testLoadsNonPreemptedClasses

public void testLoadsNonPreemptedClasses()
                                  throws ClassNotFoundException
Throws:
ClassNotFoundException

testLoadsResources

public void testLoadsResources()
                        throws ClassNotFoundException
Throws:
ClassNotFoundException

testLoadsPreemptedClasses1

public void testLoadsPreemptedClasses1()
                                throws ClassNotFoundException
Throws:
ClassNotFoundException

testLoadsPreemptedClasses2

public void testLoadsPreemptedClasses2()
                                throws ClassNotFoundException
Throws:
ClassNotFoundException