|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jmscts.report.Statistics
Test suite statistics.
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 |
public Statistics()
Method Detail |
public void addTestRuns(TestRuns vTestRuns) throws java.lang.IndexOutOfBoundsException
vTestRuns
- public void addTestRuns(int index, TestRuns vTestRuns) throws java.lang.IndexOutOfBoundsException
index
- vTestRuns
- public void clearTestRuns()
public java.util.Enumeration enumerateTestRuns()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- public java.lang.String getProvider()
public TestRuns getTestRuns(int index) throws java.lang.IndexOutOfBoundsException
index
- public TestRuns[] getTestRuns()
public int getTestRunsCount()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- public boolean removeTestRuns(TestRuns vTestRuns)
vTestRuns
- public void setProvider(java.lang.String provider)
provider
- the value of field 'provider'.public void setTestRuns(int index, TestRuns vTestRuns) throws java.lang.IndexOutOfBoundsException
index
- vTestRuns
- public void setTestRuns(TestRuns[] testRunsArray)
testRunsArray
- public static Statistics unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- public void validate() throws org.exolab.castor.xml.ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |