org.sourceforge.jemm.util
Class IOUtilTest

java.lang.Object
  extended by org.sourceforge.jemm.util.IOUtilTest

public class IOUtilTest
extends java.lang.Object

Tests for IOUtil

Author:
Paul Keeble

Field Summary
protected static java.util.Random random
           
 
Constructor Summary
IOUtilTest()
           
 
Method Summary
 void testLargeReadFully()
          Test large readFully() call.
 void testReadFully()
          Test small readFully() call.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

random

protected static final java.util.Random random
Constructor Detail

IOUtilTest

public IOUtilTest()
Method Detail

testReadFully

public void testReadFully()
                   throws java.lang.Exception
Test small readFully() call.

Throws:
java.lang.Exception - On error.

testLargeReadFully

public void testLargeReadFully()
                        throws java.lang.Exception
Test large readFully() call.

Throws:
java.lang.Exception - On error.


Copyright © 2009. All Rights Reserved.