org.exolab.jmscts.report
Class Statistics

java.lang.Object
  |
  +--org.exolab.jmscts.report.Statistics
All Implemented Interfaces:
java.io.Serializable

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

Test suite statistics.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Statistics()
           
 
Method Summary
 void addTestRuns(int index, TestRuns vTestRuns)
          Method addTestRuns
 void addTestRuns(TestRuns vTestRuns)
          Method addTestRuns
 void clearTestRuns()
          Method clearTestRuns
 java.util.Enumeration enumerateTestRuns()
          Method enumerateTestRuns
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.String getProvider()
          Returns the value of field 'provider'.
 TestRuns[] getTestRuns()
          Method getTestRuns
 TestRuns getTestRuns(int index)
          Method getTestRuns
 int getTestRunsCount()
          Method getTestRunsCount
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 boolean removeTestRuns(TestRuns vTestRuns)
          Method removeTestRuns
 void setProvider(java.lang.String provider)
          Sets the value of field 'provider'.
 void setTestRuns(int index, TestRuns vTestRuns)
          Method setTestRuns
 void setTestRuns(TestRuns[] testRunsArray)
          Method setTestRuns
static Statistics unmarshal(java.io.Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Statistics

public Statistics()
Method Detail

addTestRuns

public void addTestRuns(TestRuns vTestRuns)
                 throws java.lang.IndexOutOfBoundsException
Method addTestRuns
Parameters:
vTestRuns -  

addTestRuns

public void addTestRuns(int index,
                        TestRuns vTestRuns)
                 throws java.lang.IndexOutOfBoundsException
Method addTestRuns
Parameters:
index -  
vTestRuns -  

clearTestRuns

public void clearTestRuns()
Method clearTestRuns

enumerateTestRuns

public java.util.Enumeration enumerateTestRuns()
Method enumerateTestRuns

equals

public boolean equals(java.lang.Object obj)
Note: hashCode() has not been overriden
Overrides:
equals in class java.lang.Object
Parameters:
obj -  

getProvider

public java.lang.String getProvider()
Returns the value of field 'provider'.
Returns:
the value of field 'provider'.

getTestRuns

public TestRuns getTestRuns(int index)
                     throws java.lang.IndexOutOfBoundsException
Method getTestRuns
Parameters:
index -  

getTestRuns

public TestRuns[] getTestRuns()
Method getTestRuns

getTestRunsCount

public int getTestRunsCount()
Method getTestRunsCount

isValid

public boolean isValid()
Method isValid

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal
Parameters:
out -  

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal
Parameters:
handler -  

removeTestRuns

public boolean removeTestRuns(TestRuns vTestRuns)
Method removeTestRuns
Parameters:
vTestRuns -  

setProvider

public void setProvider(java.lang.String provider)
Sets the value of field 'provider'.
Parameters:
provider - the value of field 'provider'.

setTestRuns

public void setTestRuns(int index,
                        TestRuns vTestRuns)
                 throws java.lang.IndexOutOfBoundsException
Method setTestRuns
Parameters:
index -  
vTestRuns -  

setTestRuns

public void setTestRuns(TestRuns[] testRunsArray)
Method setTestRuns
Parameters:
testRunsArray -  

unmarshal

public static Statistics unmarshal(java.io.Reader reader)
                            throws org.exolab.castor.xml.MarshalException,
                                   org.exolab.castor.xml.ValidationException
Method unmarshal
Parameters:
reader -  

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate


Copyright © 2001-2004 JMS CTS Team. All Rights Reserved.