org.apache.commons.logging
Class AbstractLogTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.logging.AbstractLogTest
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
AvalonLoggerTestCase, LogTestCase, NoOpLogTestCase, SimpleLogTestCase, StandardTestCase

public abstract class AbstractLogTest
extends junit.framework.TestCase

Generic tests that can be applied to any log adapter by subclassing this class and defining method getLogObject appropriately.

Version:
$Revision: 581090 $
Author:
Sean C. Sullivan

Constructor Summary
AbstractLogTest()
           
 
Method Summary
abstract  org.apache.commons.logging.Log getLogObject()
           
 void testLoggingWithNullParameters()
           
 
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

AbstractLogTest

public AbstractLogTest()
Method Detail

getLogObject

public abstract org.apache.commons.logging.Log getLogObject()

testLoggingWithNullParameters

public void testLoggingWithNullParameters()


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