ccl.util.test
Class OutputErrorStreamManagerTest

java.lang.Object
  |
  +--ccl.util.Test
        |
        +--ccl.util.test.OutputErrorStreamManagerTest
All Implemented Interfaces:
java.util.Observer, java.lang.Runnable

public class OutputErrorStreamManagerTest
extends Test
implements java.util.Observer

Insert your test code into the _doIt() method and test bugs with 'bugIf( boolean expression );' or 'bugIf( boolean expression, "comment about what went wrong" );'. Then just invoke the main routine.


Constructor Summary
OutputErrorStreamManagerTest()
           
OutputErrorStreamManagerTest(Test pTest_)
           
 
Method Summary
protected  void _doIt()
          This is the main method where the action takes place.
static void main(java.lang.String[] asArg_)
           
 void update(java.util.Observable observable_, java.lang.Object arg_)
           
 
Methods inherited from class ccl.util.Test
_enterSubTest, _exitSubTest, _getValue, _increment, _setTests, _showLiveSignals, assert, Assert, assert, Assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertTrue, assertTrue, assertTrue, bug, bugIf, bugIf, bugIf, fail, fail, getBugs, getComment, getGlobalTests, getLocalTests, getName, getTestClassDirectory, getTestDirectory, getTestName, getTestName, getValue, initialize, isTest, isTiming, isVerbose, printResult, printResult, redirectStandardStreams, run, setBug, setParentTest, setTests, setTiming, setValue, setVerbose, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutputErrorStreamManagerTest

public OutputErrorStreamManagerTest()

OutputErrorStreamManagerTest

public OutputErrorStreamManagerTest(Test pTest_)
Method Detail

_doIt

protected void _doIt()
              throws java.lang.Exception
This is the main method where the action takes place.

Specified by:
_doIt in class Test
Throws:
java.lang.Exception - just to catch every possible bug.

update

public void update(java.util.Observable observable_,
                   java.lang.Object arg_)
Specified by:
update in interface java.util.Observer

main

public static void main(java.lang.String[] asArg_)