| org.apache.harmony.luni.tests.java.io.DataInputStreamTest
DataInputStreamTest | public class DataInputStreamTest extends junit.framework.TestCase (Code) | | |
Inner Class :static class TestDataInputStream implements DataInput | |
setUp | protected void setUp()(Code) | | Sets up the fixture, for example, open a network connection. This method
is called before a test is executed.
|
tearDown | protected void tearDown()(Code) | | Tears down the fixture, for example, close a network connection. This
method is called after a test is executed.
|
test_ConstructorLjava_io_InputStream | public void test_ConstructorLjava_io_InputStream() throws IOException(Code) | | |
test_readFully$BII_Exception | public void test_readFully$BII_Exception() throws IOException(Code) | | |
test_readFully$BII_NullArray | public void test_readFully$BII_NullArray() throws IOException(Code) | | |
test_readFully$BII_NullStream | public void test_readFully$BII_NullStream() throws IOException(Code) | | |
test_readFully$BII_NullStream_NullArray | public void test_readFully$BII_NullStream_NullArray() throws IOException(Code) | | |
test_readUTFLjava_io_DataInput | public void test_readUTFLjava_io_DataInput() throws IOException(Code) | | |
|
|