Package ccl.util.test

Class Summary
ClassPathUtilTest Tests for class ccl.jcf.JCFUtil.
FileUtilTest Tests for ccl.util.FileUtil.
IniFileTest Tests for ccl.util.IniFile.
InitTest Test cases for ccl.util.Init class.
OutputErrorStreamManagerTest Insert your test code into the _doIt() method and test bugs with 'bugIf( boolean expression );' or 'bugIf( boolean expression, "comment about what went wrong" );'.
SingletonTest Minimal test of ccl.util.Singleton.
SToLAndConcatTest Test cases for ccl.util.Util.stringToLines(..) and concat(..) methods.
SysEnvTest  
TestTest Insert your test code into the _doIt() method and test bugs with 'bugIf( boolean expression );' or 'bugIf( boolean expression, "comment about what went wrong" );'.
TestTest.FailingTest Comment to fool checkstyle.
TestTest.SuccessfullTest Comment to fool checkstyle.
UtilTest Test cases for ccl.util package and ccl.util.Util class.