public class ReaderInputStreamTest
extends java.lang.Object
| Constructor and Description |
|---|
ReaderInputStreamTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
static void |
setUpClass() |
void |
tearDown() |
static void |
tearDownClass() |
void |
testAvailable()
Test of available method, of class ReaderInputStream.
|
void |
testClose()
Test of close method, of class ReaderInputStream.
|
void |
testMark()
Test of mark method, of class ReaderInputStream.
|
void |
testMarkSupported()
Test of markSupported method, of class ReaderInputStream.
|
void |
testRead_0args()
Test of read method, of class ReaderInputStream.
|
void |
testRead_3args_bigfile()
Test of read method, of class ReaderInputStream.
|
void |
testRead_3args()
Test of read method, of class ReaderInputStream.
|
void |
testRead_byteArr()
Test of read method, of class ReaderInputStream.
|
void |
testReset()
Test of reset method, of class ReaderInputStream.
|
void |
testSkip()
Test of skip method, of class ReaderInputStream.
|
public static void setUpClass()
throws java.lang.Exception
java.lang.Exceptionpublic static void tearDownClass()
throws java.lang.Exception
java.lang.Exceptionpublic void setUp()
throws java.io.FileNotFoundException
java.io.FileNotFoundExceptionpublic void tearDown()
public void testAvailable()
throws java.lang.Exception
java.lang.Exceptionpublic void testClose()
throws java.lang.Exception
java.lang.Exceptionpublic void testMark()
throws java.io.IOException
java.io.IOExceptionpublic void testMarkSupported()
throws java.io.IOException
java.io.IOExceptionpublic void testRead_0args()
throws java.io.IOException
java.io.IOExceptionpublic void testRead_byteArr()
throws java.io.IOException
java.io.IOExceptionpublic void testRead_3args()
throws java.io.IOException
java.io.IOExceptionpublic void testRead_3args_bigfile()
throws java.lang.Exception
java.lang.Exceptionpublic void testReset()
throws java.lang.Exception
java.lang.Exceptionpublic void testSkip()
throws java.lang.Exception
java.lang.ExceptionCopyright © 2002-2009 JRuby Team. All Rights Reserved.