edu.rice.cs.plt.reflect
Class ShadowingClassLoaderTest

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.ShadowingClassLoaderTest
All Implemented Interfaces:
Test

public class ShadowingClassLoaderTest
extends ClassLoaderTestCase


Constructor Summary
ShadowingClassLoaderTest()
           
 
Method Summary
 void testResourceLoading()
           
 void testShadowedClassLoading()
           
 
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

ShadowingClassLoaderTest

public ShadowingClassLoaderTest()
Method Detail

testShadowedClassLoading

public void testShadowedClassLoading()
                              throws ClassNotFoundException
Throws:
ClassNotFoundException

testResourceLoading

public void testResourceLoading()