|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jmscts.report.TestRun
This element describes the results of a single test run.
Constructor Summary | |
TestRun()
|
Method Summary | |
void |
addStatistic(int index,
Statistic vStatistic)
Method addStatistic |
void |
addStatistic(Statistic vStatistic)
Method addStatistic |
void |
clearStatistic()
Method clearStatistic |
java.util.Enumeration |
enumerateStatistic()
Method enumerateStatistic |
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
Context |
getContext()
Returns the value of field 'context'. |
Failure |
getFailure()
Returns the value of field 'failure'. |
Statistic[] |
getStatistic()
Method getStatistic |
Statistic |
getStatistic(int index)
Method getStatistic |
int |
getStatisticCount()
Method getStatisticCount |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
boolean |
removeStatistic(Statistic vStatistic)
Method removeStatistic |
void |
setContext(Context context)
Sets the value of field 'context'. |
void |
setFailure(Failure failure)
Sets the value of field 'failure'. |
void |
setStatistic(int index,
Statistic vStatistic)
Method setStatistic |
void |
setStatistic(Statistic[] statisticArray)
Method setStatistic |
static TestRun |
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 TestRun()
Method Detail |
public void addStatistic(Statistic vStatistic) throws java.lang.IndexOutOfBoundsException
vStatistic
- public void addStatistic(int index, Statistic vStatistic) throws java.lang.IndexOutOfBoundsException
index
- vStatistic
- public void clearStatistic()
public java.util.Enumeration enumerateStatistic()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- public Context getContext()
public Failure getFailure()
public Statistic getStatistic(int index) throws java.lang.IndexOutOfBoundsException
index
- public Statistic[] getStatistic()
public int getStatisticCount()
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 removeStatistic(Statistic vStatistic)
vStatistic
- public void setContext(Context context)
context
- the value of field 'context'.public void setFailure(Failure failure)
failure
- the value of field 'failure'.public void setStatistic(int index, Statistic vStatistic) throws java.lang.IndexOutOfBoundsException
index
- vStatistic
- public void setStatistic(Statistic[] statisticArray)
statisticArray
- public static TestRun 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 |