| |
|
| org.apache.harmony.luni.tests.java.io.ObjectOutputStreamTest
ObjectOutputStreamTest | public class ObjectOutputStreamTest extends TestCase implements Serializable(Code) | | |
Inner Class :public class SerializableTestHelper implements Serializable | |
INIT_INT_VALUE | final static int INIT_INT_VALUE(Code) | | |
xdump | protected static boolean xdump(Code) | | |
xload | protected static boolean xload(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.
|
testMixPrimitivesAndObjects | public void testMixPrimitivesAndObjects() throws Exception(Code) | | |
test_ConstructorLjava_io_OutputStream | public void test_ConstructorLjava_io_OutputStream() throws IOException(Code) | | |
test_ConstructorLjava_io_OutputStream_subtest0 | public void test_ConstructorLjava_io_OutputStream_subtest0() throws IOException(Code) | | |
test_close | public void test_close()(Code) | | |
test_defaultWriteObject | public void test_defaultWriteObject() throws IOException(Code) | | |
test_useProtocolVersionI | public void test_useProtocolVersionI() throws Exception(Code) | | |
test_useProtocolVersionI_2 | public void test_useProtocolVersionI_2() throws Exception(Code) | | |
test_writeBytesLjava_lang_String | public void test_writeBytesLjava_lang_String() throws Exception(Code) | | |
test_writeCharsLjava_lang_String | public void test_writeCharsLjava_lang_String() throws Exception(Code) | | |
test_writeFields | public void test_writeFields()(Code) | | |
test_writeObjectLjava_lang_Object | public void test_writeObjectLjava_lang_Object() throws Exception(Code) | | |
test_writeObject_NotSerializable | public void test_writeObject_NotSerializable() throws Exception(Code) | | |
test_writeUTFLjava_lang_String | public void test_writeUTFLjava_lang_String() throws Exception(Code) | | |
test_writeUnshared2 | public void test_writeUnshared2() throws Exception(Code) | | |
|
|
|