com.objectwave.logging.log4j
Class Log4jImpl.Test

java.lang.Object
  |
  +--com.objectwave.test.UnitTestBaseImpl
        |
        +--com.objectwave.logging.log4j.Log4jImpl.Test
All Implemented Interfaces:
Trace, UnitTest
Enclosing class:
Log4jImpl

public static class Log4jImpl.Test
extends UnitTestBaseImpl
implements Trace

Version:
$Id: Log4jImpl.java,v 2.4 2002/07/31 15:55:22 dave_hoag Exp $
Author:
dhoag

Field Summary
 
Fields inherited from class com.objectwave.test.UnitTestBaseImpl
testContext
 
Constructor Summary
Log4jImpl.Test()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main program for the Test class
 void run()
          Main processing method for the Test object
 void testAlreadyConfigured()
          A unit test for JUnit
 void testCallPathCategory()
          A unit test for JUnit
 void testGetCategoryId()
          A unit test for JUnit
 
Methods inherited from class com.objectwave.test.UnitTestBaseImpl
createTest, removeFile, setUp, tearDown, writeFile, writeFileResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log4jImpl.Test

public Log4jImpl.Test()
Method Detail

main

public static void main(java.lang.String[] args)
The main program for the Test class

Parameters:
args - The command line arguments

run

public void run()
         throws java.lang.Exception
Main processing method for the Test object

Specified by:
run in interface Trace
Throws:
java.lang.Exception
See Also:
MessageLog.track(String,Trace)

testCallPathCategory

public void testCallPathCategory()
                          throws java.lang.Exception
A unit test for JUnit

Throws:
java.lang.Exception

testGetCategoryId

public void testGetCategoryId()
A unit test for JUnit


testAlreadyConfigured

public void testAlreadyConfigured()
A unit test for JUnit