SunSPOT API V5.0


com.sun.spot.testFramework
Class CopiableTestResults

java.lang.Object
  extended by com.sun.spot.testFramework.CopiableTestResults
All Implemented Interfaces:
ICopiable

public class CopiableTestResults
extends Object
implements ICopiable


Constructor Summary
CopiableTestResults()
           
CopiableTestResults(String errors, String failures)
           
 
Method Summary
 void copyFrom(Object o)
          Set the state of this object based on the state of object o.
 String getErrors()
           
 String getFailures()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopiableTestResults

public CopiableTestResults()

CopiableTestResults

public CopiableTestResults(String errors,
                           String failures)
Method Detail

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()

SunSPOT API V5.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.