public class writeExternal_Test
extends com.sun.javatest.lib.MultiTest
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings and arrays. If this invocation is successfull then this test passes.
Constructor and Description |
---|
writeExternal_Test() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] argv) |
com.sun.javatest.Status |
writeExternalTest() |