org.apache.commons.logging.jdk14
Class CustomConfigFullTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.logging.jdk14.DefaultConfigTestCase
              extended by org.apache.commons.logging.jdk14.CustomConfigTestCase
                  extended by org.apache.commons.logging.jdk14.CustomConfigFullTestCase
All Implemented Interfaces:
junit.framework.Test

public class CustomConfigFullTestCase
extends CustomConfigTestCase

TestCase for Jdk14 logging when the commons-logging jar file is in the parent classpath.


Field Summary
 
Fields inherited from class org.apache.commons.logging.jdk14.CustomConfigTestCase
handler, HANDLER_NAME, handlers, logger, manager, testLevels, testMessages
 
Fields inherited from class org.apache.commons.logging.jdk14.DefaultConfigTestCase
factory, log
 
Constructor Summary
CustomConfigFullTestCase(String name)
           
 
Method Summary
static junit.framework.Test suite()
          Return the tests included in this test suite.
 
Methods inherited from class org.apache.commons.logging.jdk14.CustomConfigTestCase
checkLog, checkLogRecords, loadTestHandler, logExceptionMessages, logPlainMessages, readClass, setUp, setUpHandlers, setUpLogger, setUpManager, tearDown, testExceptionMessages, testPlainMessages, testPristineHandlers, testPristineLogger, testSerializable
 
Methods inherited from class org.apache.commons.logging.jdk14.DefaultConfigTestCase
setUpFactory, setUpLog, testPristineFactory, testPristineLog
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

CustomConfigFullTestCase

public CustomConfigFullTestCase(String name)
Method Detail

suite

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

Throws:
Exception


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