| org.apache.cactus.internal.util.TestIoUtil
TestIoUtil | public class TestIoUtil extends TestCase (Code) | | Unit tests for the
IoUtil class.
version: $Id: TestIoUtil.java 238991 2004-05-22 11:34:50Z vmassol $ |
Method Summary | |
public void | testGetTextEmpty() Verify that the getText() method works when the input
stream does not contain any data. | public void | testGetTextOk() Verify that the getText() method reads properly all bytes
from an input stream. |
testGetTextEmpty | public void testGetTextEmpty() throws IOException(Code) | | Verify that the getText() method works when the input
stream does not contain any data.
exception: IOException - on error |
testGetTextOk | public void testGetTextOk() throws IOException(Code) | | Verify that the getText() method reads properly all bytes
from an input stream.
exception: IOException - on error |
|
|