org.aspectj.weaver.bcel
Class ClassLoaderRepositoryTests

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.aspectj.weaver.bcel.ClassLoaderRepositoryTests
All Implemented Interfaces:
junit.framework.Test

public class ClassLoaderRepositoryTests
extends junit.framework.TestCase

NOT YET INCLUDED IN A FULL TEST RUN - WORK IN PROGRESS CHECKING CLASSLOADERREPOSITORY OPTIMIZATIONS


Constructor Summary
ClassLoaderRepositoryTests()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testAutoPurgeUrlRepository()
           
 void testMultiThreaded()
           
 void testNotSharedRepository()
           
 void testPurgeUrlRepository()
           
 void testSharedUrlRepository()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassLoaderRepositoryTests

public ClassLoaderRepositoryTests()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

tearDown

public void tearDown()
Overrides:
tearDown in class junit.framework.TestCase

testMultiThreaded

public void testMultiThreaded()
                       throws java.lang.Throwable
Throws:
java.lang.Throwable

testNotSharedRepository

public void testNotSharedRepository()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testSharedUrlRepository

public void testSharedUrlRepository()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testPurgeUrlRepository

public void testPurgeUrlRepository()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testAutoPurgeUrlRepository

public void testAutoPurgeUrlRepository()
                                throws java.lang.Exception
Throws:
java.lang.Exception