ccl.util.test
Class StreamCopierTest

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

public class StreamCopierTest
extends Test

Test class to check if the StreamCopier class works correctly.


Constructor Summary
StreamCopierTest()
          Default test constructor.
StreamCopierTest(Test pTest_)
          Standard test constructor.
 
Method Summary
protected  void _doIt()
          This method contains the test code.
static void main(java.lang.String[] asArg_)
           
 
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

StreamCopierTest

public StreamCopierTest()
Default test constructor.


StreamCopierTest

public StreamCopierTest(Test pTest_)
Standard test constructor.

Method Detail

_doIt

protected void _doIt()
              throws java.lang.Exception
This method contains the test code.

Specified by:
_doIt in class Test
Throws:
java.lang.Exception - if anything goes wrong the test fails as well.

main

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