Class writeExternal_Test
- java.lang.Object
-
- com.sun.javatest.lib.MultiTest
-
- javasoft.sqe.tests.api.jakarta.activation.MimeType.writeExternal_Test
-
- All Implemented Interfaces:
com.sun.javatest.Test
public class writeExternal_Test extends com.sun.javatest.lib.MultiTest
Test: writeExternal(ObjectOutput);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 Summary
Constructors Constructor Description writeExternal_Test()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] argv)
com.sun.javatest.Status
writeExternalTest()
-