20090420, rgf

org.apache.bsf.test.utilTests
Class IOUtilsTest

java.lang.Object
  extended by TestCase
      extended by org.apache.bsf.test.utilTests.IOUtilsTest

public class IOUtilsTest
extends TestCase

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

Author:
Thusitha Perera

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

20090420, rgf