ccl.util.test
Class UtilPackageTest

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

public class UtilPackageTest
extends Test

Collection of test cases (sub tests) for ccl.util package.


Constructor Summary
UtilPackageTest()
          This is the default constructor.
UtilPackageTest(Test pTest_)
          This constructor is needed for this test to be a sub test.
 
Method Summary
protected  void _doIt()
          Test execution starts here.
static void main(java.lang.String[] args)
          The main method of this class in case you want to execute the tests of it stand alone without the other test classes.
 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

UtilPackageTest

public UtilPackageTest()
This is the default constructor.


UtilPackageTest

public UtilPackageTest(Test pTest_)
This constructor is needed for this test to be a sub test.

Method Detail

_doIt

protected void _doIt()
              throws java.lang.Exception
Test execution starts here.

Specified by:
_doIt in class Test
Throws:
java.lang.Exception - Whatever can go wrong.

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)
The main method of this class in case you want to execute the tests of it stand alone without the other test classes.

Parameters:
args - string array with command line arguments are totally unused.