junit.log4j
Class DemoTestCase

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--junit.log4j.LoggedTestCase
                    |
                    +--junit.log4j.DemoTestCase
All Implemented Interfaces:
junit.framework.Test

public class DemoTestCase
extends LoggedTestCase

Testcase for demonstration of Log4Unit features.

Created:
Sat Aug 30 14:43:48 2003

Version:
$Revision: 1.1 $
Author:
Wolfgang Reissenberger

Fields inherited from class junit.log4j.LoggedTestCase
category, isLog4jInClasspath
 
Constructor Summary
DemoTestCase()
          Creates a new DemoTestCase instance.
 
Method Summary
 void testShowLog4UnitNegative()
           
 void testShowLog4UnitPositive()
           
 
Methods inherited from class junit.log4j.LoggedTestCase
debug, debug, error, error, fatal, fatal, getProperties, info, info, setProperties, setUp, tearDown, warn, warn
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DemoTestCase

public DemoTestCase()
Creates a new DemoTestCase instance.
Method Detail

testShowLog4UnitPositive

public void testShowLog4UnitPositive()
                              throws java.lang.Exception

testShowLog4UnitNegative

public void testShowLog4UnitNegative()
                              throws java.lang.Exception


Copyright © 2000 -- 2003 openfuture.de. All Rights Reserved.