Log4j 0.9.1

org.log4j.helpers
Class UnitTestOptionConverter

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.log4j.helpers.UnitTestOptionConverter
All Implemented Interfaces:
junit.framework.Test

public class UnitTestOptionConverter
extends junit.framework.TestCase

Used for internal unit testing.

Since:
0.8.4
Author:
Ceki Gülcü

Constructor Summary
UnitTestOptionConverter(String name)
           
 
Method Summary
 void optionConverterTest1()
           
 void optionConverterTest2()
           
 void optionConverterTest3()
           
 void optionConverterTest4()
           
 void setUp()
           
static junit.framework.Test suite()
           
 void tearDown()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, name, run, run, runBare, runTest, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnitTestOptionConverter

public UnitTestOptionConverter(String name)
Method Detail

setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase

tearDown

public void tearDown()
Overrides:
tearDown in class junit.framework.TestCase

optionConverterTest1

public void optionConverterTest1()

optionConverterTest2

public void optionConverterTest2()

optionConverterTest3

public void optionConverterTest3()

optionConverterTest4

public void optionConverterTest4()

suite

public static junit.framework.Test suite()

Log4j 0.9.1

Please notify me about new log4j releases.