com.objectwave.logging.log4j
Class LoggingPropertyDetail.Test

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

public static class LoggingPropertyDetail.Test
extends UnitTestBaseImpl

Version:
$Id: LoggingPropertyDetail.java,v 1.2 2001/04/05 22:15:47 dhoag Exp $
Author:
dhoag

Field Summary
 
Fields inherited from class com.objectwave.test.UnitTestBaseImpl
testContext
 
Constructor Summary
LoggingPropertyDetail.Test()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main program for the Test class
 void testBadDataList()
          A unit test for JUnit
 void testSetThresholdList()
          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

LoggingPropertyDetail.Test

public LoggingPropertyDetail.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

testBadDataList

public void testBadDataList()
A unit test for JUnit


testSetThresholdList

public void testSetThresholdList()
A unit test for JUnit