org.apache.commons.jci
Class CompilingClassLoaderTestCase

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.CompilingClassLoaderTestCase
All Implemented Interfaces:
junit.framework.Test

public final class CompilingClassLoaderTestCase
extends AbstractTestCase

Author:
tcurdt

Field Summary
 
Fields inherited from class org.apache.commons.jci.AbstractTestCase
directory
 
Constructor Summary
CompilingClassLoaderTestCase()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testChange()
           
 void testCreate()
           
 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

CompilingClassLoaderTestCase

public CompilingClassLoaderTestCase()
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

tearDown

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


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