org.apache.commons.logging.tccl
Class BadTCCLTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.logging.tccl.BadTCCLTestCase
All Implemented Interfaces:
junit.framework.Test

public class BadTCCLTestCase
extends junit.framework.TestCase

Simulates the case when TCCL is badly set and cannot load JCL.


Constructor Summary
BadTCCLTestCase()
           
 
Method Summary
static junit.framework.Test suite()
           
 void testGetLog()
          This test just tests that a log implementation can be found by the LogFactory.
 
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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadTCCLTestCase

public BadTCCLTestCase()
Method Detail

suite

public static junit.framework.Test suite()
                                  throws Exception
Throws:
Exception

testGetLog

public void testGetLog()
This test just tests that a log implementation can be found by the LogFactory.



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