Class readExternal_Test
- java.lang.Object
- 
- com.sun.javatest.lib.MultiTest
- 
- javasoft.sqe.tests.api.javax.activation.MimeType.readExternal_Test
 
 
- 
- All Implemented Interfaces:
- com.sun.javatest.Test
 
 public class readExternal_Test extends com.sun.javatest.lib.MultiTestTest: readExternal(ObjectInput);The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays. We first write out a string object using writeExternal() method and then read it back, if both string values match then this testcase passes, otherwise it fails. 
- 
- 
Constructor SummaryConstructors Constructor Description readExternal_Test()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] argv)com.sun.javatest.StatusreadExternalTest()
 
-