IDebug
© 1997-2001 Joseph Kiniry
© 2000-2001 KindSoftware
© 1997-1999 Caltech
All Rights Reserved

idebug.testsuite
Class TestSuite

java.lang.Object
  |
  +--idebug.testsuite.TestSuite

public class TestSuite
extends java.lang.Object

TestSuite is a black-box test suite for the Debug class.

This program accepts the following arguments:

--console
Exercise the ConsoleOutput implementation of the DebugOutput interface. This is the default test mode.
--servletlog
Exercise the ServletLogOutput implementation of the DebugOutput interface.
--window
Exercise the WindowOutput implementation of the DebugOutput interface.
--writer
Exercise the WriterOutput implementation of the DebugOutput interface.

If TestSuite is not passed any parameters then the default test mode will be executed (currently, ConsoleOutput).

Version:
$Date: 2005-02-13 16:54:27 +0000 (Sun, 13 Feb 2005) $
Author:
Joseph R. Kiniry

Constructor Summary
TestSuite()
           
 
Method Summary
static void main(java.lang.String[] argv)
          A main() that contains the test code for the Debug class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSuite

public TestSuite()
Method Detail

main

public static void main(java.lang.String[] argv)
A main() that contains the test code for the Debug class.

IDebug
© 1997-2001 Joseph Kiniry
© 2000-2001 KindSoftware
© 1997-1999 Caltech
All Rights Reserved