org.apache.commons.jci
Class ReloadingClassLoaderTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.jci.AbstractTestCase
              extended by org.apache.commons.jci.ReloadingClassLoaderTestCase
All Implemented Interfaces:
junit.framework.Test

public final class ReloadingClassLoaderTestCase
extends AbstractTestCase

Author:
tcurdt

Field Summary
 
Fields inherited from class org.apache.commons.jci.AbstractTestCase
directory
 
Constructor Summary
ReloadingClassLoaderTestCase()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testChange()
           
 void testClassNotFound()
           
 void testCreate()
           
 void testDelegation()
           
 void testDelete()
           
 void testDeleteDependency()
           
 
Methods inherited from class org.apache.commons.jci.AbstractTestCase
createDirectory, createTempDirectory, delay, writeFile, writeFile
 
Methods inherited from class junit.framework.TestCase
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReloadingClassLoaderTestCase

public ReloadingClassLoaderTestCase()
                             throws Exception
Throws:
Exception
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class AbstractTestCase
Throws:
Exception

testCreate

public void testCreate()
                throws Exception
Throws:
Exception

testChange

public void testChange()
                throws Exception
Throws:
Exception

testDelete

public void testDelete()
                throws Exception
Throws:
Exception

testDeleteDependency

public void testDeleteDependency()
                          throws Exception
Throws:
Exception

testClassNotFound

public void testClassNotFound()

testDelegation

public void testDelegation()

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class AbstractTestCase
Throws:
Exception


Copyright © 2004–2013 The Apache Software Foundation. All rights reserved.