|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ccl.util.Test | +--ccl.util.test.SToLAndConcatTest
Test cases for ccl.util.Util.stringToLines(..) and concat(..) methods.
Constructor Summary | |
SToLAndConcatTest()
|
|
SToLAndConcatTest(Test pTest_)
|
Method Summary | |
protected void |
_doIt()
This method executes the tests that check if conversion between strings and vectors work as expected. |
static void |
main(java.lang.String[] args)
example code for a real test main method |
Methods inherited from class ccl.util.Test |
_enterSubTest, _exitSubTest, _getValue, _increment, _setTests, _showLiveSignals, assert, assert, assertNotNull, assertNotNull, bugIf, bugIf, bugIf, getBugs, getComment, getGlobalTests, getLocalTests, getTestClassDirectory, getTestDirectory, getValue, initialize, isTest, isTiming, isVerbose, printResult, redirectStandardStreams, run, setBug, 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 SToLAndConcatTest()
public SToLAndConcatTest(Test pTest_)
Method Detail |
protected void _doIt() throws java.lang.Exception
_doIt
in class Test
java.lang.Exception
- in case anything goes wrong.public static void main(java.lang.String[] args)
Test
Test pTest = (Test)(new SomeTest()); pTest.initialize( argv ); pTest.setVerbose( true ); pTest.run(); printResult( pTest ); System.exit( 0 );
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |