com.sun.spot.testFramework
Class CopiableTestResults
java.lang.Object
com.sun.spot.testFramework.CopiableTestResults
- All Implemented Interfaces:
- ICopiable
public class CopiableTestResults
- extends Object
- implements ICopiable
CopiableTestResults
public CopiableTestResults()
CopiableTestResults
public CopiableTestResults(String errors,
String failures)
copyFrom
public void copyFrom(Object o)
- Description copied from interface:
ICopiable
- Set the state of this object based on the state of object
o
.
This method should be careful not to store pointers to either the original or copied
object. The copyFrom is likely to be called in the context of the sending Isolate, but
this object is destined for use by the receiving Isolate.
- Specified by:
copyFrom
in interface ICopiable
- Parameters:
o
- the object the copy from
getErrors
public String getErrors()
getFailures
public String getFailures()
Copyright © 2006, 2007 Sun Microsystems, Inc. All Rights Reserved.