public class IoUtilTest extends Object
| Modifier and Type | Class and Description |
|---|---|
protected class |
IoUtilTest.InputStreamWrapper |
protected class |
IoUtilTest.OutputStreamWrapper |
protected class |
IoUtilTest.ReaderWrapper |
protected class |
IoUtilTest.WriterWrapper |
| Constructor and Description |
|---|
IoUtilTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
readBytesShouldReadInputStreamCorrectlyAndShouldCloseStream() |
void |
readBytesShouldReturnEmptyByteArrayForNullInputStream() |
void |
readShouldReadInputStreamCorrectlyAndShouldCloseStream() |
void |
readShouldReadReaderCorrectlyAndShouldCloseStream() |
void |
readShouldReturnEmptyStringForNullInputStream() |
void |
readShouldReturnEmptyStringForNullReader() |
public IoUtilTest()
public void readBytesShouldReturnEmptyByteArrayForNullInputStream() throws Exception
Exceptionpublic void readBytesShouldReadInputStreamCorrectlyAndShouldCloseStream() throws Exception
Exceptionpublic void readShouldReturnEmptyStringForNullInputStream() throws Exception
Exceptionpublic void readShouldReturnEmptyStringForNullReader() throws Exception
Exceptionpublic void readShouldReadInputStreamCorrectlyAndShouldCloseStream() throws Exception
Exceptionpublic void readShouldReadReaderCorrectlyAndShouldCloseStream() throws Exception
ExceptionCopyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.