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.Exception
public static void tearDownClass() throws java.lang.Exception
java.lang.Exception
public void setUp() throws java.io.FileNotFoundException
java.io.FileNotFoundException
public void tearDown()
public void testAvailable() throws java.lang.Exception
java.lang.Exception
public void testClose() throws java.lang.Exception
java.lang.Exception
public void testMark() throws java.io.IOException
java.io.IOException
public void testMarkSupported() throws java.io.IOException
java.io.IOException
public void testRead_0args() throws java.io.IOException
java.io.IOException
public void testRead_byteArr() throws java.io.IOException
java.io.IOException
public void testRead_3args() throws java.io.IOException
java.io.IOException
public void testRead_3args_bigfile() throws java.lang.Exception
java.lang.Exception
public void testReset() throws java.lang.Exception
java.lang.Exception
public void testSkip() throws java.lang.Exception
java.lang.Exception
Copyright © 2002-2009 JRuby Team. All Rights Reserved.