com.objectwave.logging
Class ConsoleImpl.Test

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

public static class ConsoleImpl.Test
extends UnitTestBaseImpl
implements Trace

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

Field Summary
 
Fields inherited from class com.objectwave.test.UnitTestBaseImpl
testContext
 
Constructor Summary
ConsoleImpl.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 testGetCategoryId()
          A unit test for JUnit
 void testStack()
          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

ConsoleImpl.Test

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

testGetCategoryId

public void testGetCategoryId()
A unit test for JUnit


testStack

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

Throws:
java.lang.Exception

run

public void run()
Main processing method for the Test object

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