|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ccl.util.Test | +--ccl.test.MainTest
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 | |
MainTest()
|
|
MainTest(Test pTest_)
|
Method Summary | |
protected void |
_doIt()
Insert your test code into the _doIt() method and test bugs with 'bugIf( boolean expression );' or 'bugIf( boolean expression, "comment about what went wrong" );'. |
java.lang.String |
getName()
Main test application name is 'ccl'. |
static void |
main(java.lang.String[] asArg_)
You can start this test class directly with this method. |
void |
setInit(Init init_)
The InitTest uses the ccl init object itself which is set by this method from the ccl main class. |
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, 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 |
public MainTest()
public MainTest(Test pTest_)
Method Detail |
protected void _doIt() throws java.lang.Exception
_doIt
in class Test
java.lang.Exception
- Whatever can go wrong.public void setInit(Init init_)
public java.lang.String getName()
getName
in class Test
public static void main(java.lang.String[] asArg_)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |