org.apache.commons.logging.log4j.log4j12
Class AppClasspathStandardTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.logging.log4j.log4j12.AppClasspathStandardTestCase
All Implemented Interfaces:
junit.framework.Test

public class AppClasspathStandardTestCase
extends junit.framework.TestCase

Tests for Log4J logging when there is only one classloader and everything is in it, as would be the situation for a standalone application.


Constructor Summary
AppClasspathStandardTestCase()
           
 
Method Summary
static junit.framework.Test suite()
          Return the tests included in this test suite.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AppClasspathStandardTestCase

public AppClasspathStandardTestCase()
Method Detail

suite

public static junit.framework.Test suite()
                                  throws Exception
Return the tests included in this test suite.

Throws:
Exception


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.