org.apache.jdo.tck.util
Class ResultSummary

java.lang.Object
  extended byorg.apache.jdo.tck.util.ResultSummary
All Implemented Interfaces:
java.io.Serializable

public class ResultSummary
extends java.lang.Object
implements java.io.Serializable

A serializable class used to store test results in a file.

See Also:
Serialized Form

Constructor Summary
ResultSummary()
           
 
Method Summary
static void main(java.lang.String[] args)
          Deserializes an instance and prints that instance to System.out and the TCK result file.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResultSummary

public ResultSummary()
Method Detail

main

public static void main(java.lang.String[] args)
Deserializes an instance and prints that instance to System.out and the TCK result file. Finally deletes the file of the serialized instance.

Parameters:
args - the first element contains the directory where the test result is stored.

toString

public java.lang.String toString()
See Also:
Object.toString()


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.