org.jboss.test.util.test
Class TimedCachePolicyClassLoaderLeakTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jboss.test.util.test.TimedCachePolicyClassLoaderLeakTestCase
All Implemented Interfaces:
junit.framework.Test

public class TimedCachePolicyClassLoaderLeakTestCase
extends junit.framework.TestCase

Test for JBCOMMON-50.

Author:
Brian Stansberry

Constructor Summary
TimedCachePolicyClassLoaderLeakTestCase()
           
 
Method Summary
protected  void tearDown()
           
 void testUseBogusClassLoader()
           
 void testUseContextClassLoader()
           
 void testUseCurrentClassLoader()
           
 void testUseSystemClassLoader()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimedCachePolicyClassLoaderLeakTestCase

public TimedCachePolicyClassLoaderLeakTestCase()
Method Detail

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
Exception

testUseSystemClassLoader

public void testUseSystemClassLoader()
                              throws Exception
Throws:
Exception

testUseCurrentClassLoader

public void testUseCurrentClassLoader()
                               throws Exception
Throws:
Exception

testUseContextClassLoader

public void testUseContextClassLoader()
                               throws Exception
Throws:
Exception

testUseBogusClassLoader

public void testUseBogusClassLoader()
                             throws Exception
Throws:
Exception


Copyright © 2009 JBoss Inc.. All Rights Reserved.