org.apache.commons.logging.tccl
Class NullTCCLTestCase

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

public class NullTCCLTestCase
extends junit.framework.TestCase

Simulates the case when TCCL is set to NULL.


Constructor Summary
NullTCCLTestCase()
           
 
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

NullTCCLTestCase

public NullTCCLTestCase()
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-2009 Apache Software Foundation. All Rights Reserved.