org.apache.commons.jci
Class CompilingClassLoaderTestCase

java.lang.Object
  extended by TestCase
      extended by org.apache.commons.jci.AbstractTestCase
          extended by org.apache.commons.jci.CompilingClassLoaderTestCase

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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompilingClassLoaderTestCase

public CompilingClassLoaderTestCase()
Method Detail

setUp

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

testCreate

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

testChange

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

testDelete

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

testDeleteDependency

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

tearDown

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


Copyright © 2004-2009 Apache Software Foundation. All Rights Reserved.