20080913, rgf

org.apache.bsf.test.utilTests
Class IOUtilsTest

java.lang.Object
  extended byTestCase
      extended byorg.apache.bsf.test.utilTests.IOUtilsTest

public class IOUtilsTest
extends TestCase

This is testcase for the org.apache.bsf.util.IOUtils

Author:
Thusitha Perera
See Also:
Serialized Form

Constructor Summary
IOUtilsTest(java.lang.String name)
           
 
Method Summary
 void testGetStringFromReader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOUtilsTest

public IOUtilsTest(java.lang.String name)
Method Detail

testGetStringFromReader

public void testGetStringFromReader()
                             throws java.io.IOException
Throws:
java.io.IOException

20080913, rgf