| |
|
| org.apache.harmony.luni.tests.java.io.RandomAccessFileTest
RandomAccessFileTest | public class RandomAccessFileTest extends junit.framework.TestCase (Code) | | |
ufile | public boolean ufile(Code) | | |
setUp | protected void setUp() throws Exception(Code) | | Sets up the fixture, for example, open a network connection. This method
is called before a test is executed.
|
tearDown | protected void tearDown() throws Exception(Code) | | Tears down the fixture, for example, close a network connection. This
method is called after a test is executed.
throws: Exception - |
testRandomAccessFile_String_String | public void testRandomAccessFile_String_String() throws IOException(Code) | | Regression for HARMONY-69
|
test_ConstructorLjava_io_FileLjava_lang_String | public void test_ConstructorLjava_io_FileLjava_lang_String() throws Exception(Code) | | |
test_ConstructorLjava_lang_StringLjava_lang_String | public void test_ConstructorLjava_lang_StringLjava_lang_String() throws IOException(Code) | | |
test_close | public void test_close()(Code) | | |
test_read_$BII_IOException | public void test_read_$BII_IOException() throws IOException(Code) | | |
test_read_$BII_IndexOutOfBoundsException | public void test_read_$BII_IndexOutOfBoundsException() throws IOException(Code) | | |
test_read_$BII_NullPointerException | public void test_read_$BII_NullPointerException() throws IOException(Code) | | |
test_read_$B_IOException | public void test_read_$B_IOException() throws IOException(Code) | | |
test_writeBytesLjava_lang_String | public void test_writeBytesLjava_lang_String() throws IOException(Code) | | |
test_writeCharsLjava_lang_String | public void test_writeCharsLjava_lang_String() throws IOException(Code) | | |
test_writeUTFLjava_lang_String | public void test_writeUTFLjava_lang_String() throws IOException(Code) | | |
test_write_$BII_Exception | public void test_write_$BII_Exception() throws IOException(Code) | | |
|
|
|