ch.claudio.lib
Class UtilTest

java.lang.Object
  extended by TestCase
      extended by ch.claudio.lib.UtilTest

public class UtilTest
extends TestCase

Version:
$Id: UtilTest.java 33 2006-07-10 23:54:54Z $
Author:
Claudio Nieder

Constructor Summary
UtilTest()
           
 
Method Summary
protected  void setUp()
           
 void testBytes2asc()
          Verify the output of byte2asc
 void testDumpBytes()
          Verify the output of dumpBytes
 void testExec()
          Verify the exec method.
 void testExecTimeout()
          Verify the exec method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UtilTest

public UtilTest()
Method Detail

setUp

protected void setUp()

testBytes2asc

public final void testBytes2asc()
Verify the output of byte2asc


testDumpBytes

public final void testDumpBytes()
Verify the output of dumpBytes


testExec

public final void testExec()
Verify the exec method.


testExecTimeout

public final void testExecTimeout()
Verify the exec method.