ccl.util.test
Class SToLAndConcatTest

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

public class SToLAndConcatTest
extends Test

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)
           
 
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

SToLAndConcatTest

public SToLAndConcatTest()

SToLAndConcatTest

public SToLAndConcatTest(Test pTest_)
Method Detail

_doIt

protected void _doIt()
              throws java.lang.Exception
This method executes the tests that check if conversion between strings and vectors work as expected.

Specified by:
_doIt in class Test
Throws:
java.lang.Exception - in case anything goes wrong.

main

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