ccl.util.test
Class InitTest

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

public class InitTest
extends Test
implements Exitable

Test cases for ccl.util.Init class.


Constructor Summary
InitTest()
           
InitTest(Test pTest_)
           
 
Method Summary
protected  void _doIt()
          This is the main method where the action takes place.
static void main(java.lang.String[] args)
          Start init test standalone.
 void setExit()
          Dummy implementation for Exitable used by this test itself.
 void setInit(Init init_)
          The InitTest uses the ccl init object itself.
 
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

InitTest

public InitTest()

InitTest

public InitTest(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.

setInit

public void setInit(Init init_)
The InitTest uses the ccl init object itself. The init object is forwarded from outer test to the next test.


main

public static void main(java.lang.String[] args)
Start init test standalone.


setExit

public void setExit()
Dummy implementation for Exitable used by this test itself.

Specified by:
setExit in interface Exitable