|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jmscts.report.TestRuns
This element describes the results of each run of a test.
Constructor Summary | |
TestRuns()
|
Method Summary | |
void |
addTestRun(int index,
TestRun vTestRun)
Method addTestRun |
void |
addTestRun(TestRun vTestRun)
Method addTestRun |
void |
clearTestRun()
Method clearTestRun |
java.util.Enumeration |
enumerateTestRun()
Method enumerateTestRun |
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
java.lang.String |
getTest()
Returns the value of field 'test'. |
TestRun[] |
getTestRun()
Method getTestRun |
TestRun |
getTestRun(int index)
Method getTestRun |
int |
getTestRunCount()
Method getTestRunCount |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
boolean |
removeTestRun(TestRun vTestRun)
Method removeTestRun |
void |
setTest(java.lang.String test)
Sets the value of field 'test'. |
void |
setTestRun(int index,
TestRun vTestRun)
Method setTestRun |
void |
setTestRun(TestRun[] testRunArray)
Method setTestRun |
static TestRuns |
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 TestRuns()
Method Detail |
public void addTestRun(TestRun vTestRun) throws java.lang.IndexOutOfBoundsException
vTestRun
- public void addTestRun(int index, TestRun vTestRun) throws java.lang.IndexOutOfBoundsException
index
- vTestRun
- public void clearTestRun()
public java.util.Enumeration enumerateTestRun()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- public java.lang.String getTest()
public TestRun getTestRun(int index) throws java.lang.IndexOutOfBoundsException
index
- public TestRun[] getTestRun()
public int getTestRunCount()
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 removeTestRun(TestRun vTestRun)
vTestRun
- public void setTest(java.lang.String test)
test
- the value of field 'test'.public void setTestRun(int index, TestRun vTestRun) throws java.lang.IndexOutOfBoundsException
index
- vTestRun
- public void setTestRun(TestRun[] testRunArray)
testRunArray
- public static TestRuns 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 |