|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jmscts.report.CurrentTest
This element details the state of the current executing test
Constructor Summary | |
CurrentTest()
|
Method Summary | |
void |
addRequirementId(int index,
java.lang.String vRequirementId)
Method addRequirementId |
void |
addRequirementId(java.lang.String vRequirementId)
Method addRequirementId |
void |
clearRequirementId()
Method clearRequirementId |
java.util.Enumeration |
enumerateRequirementId()
Method enumerateRequirementId |
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
java.lang.String[] |
getRequirementId()
Method getRequirementId |
java.lang.String |
getRequirementId(int index)
Method getRequirementId |
int |
getRequirementIdCount()
Method getRequirementIdCount |
java.lang.String |
getTest()
Returns the value of field 'test'. |
TestRun |
getTestRun()
Returns the value of field 'testRun'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
boolean |
removeRequirementId(java.lang.String vRequirementId)
Method removeRequirementId |
void |
setRequirementId(int index,
java.lang.String vRequirementId)
Method setRequirementId |
void |
setRequirementId(java.lang.String[] requirementIdArray)
Method setRequirementId |
void |
setTest(java.lang.String test)
Sets the value of field 'test'. |
void |
setTestRun(TestRun testRun)
Sets the value of field 'testRun'. |
static CurrentTest |
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 CurrentTest()
Method Detail |
public void addRequirementId(java.lang.String vRequirementId) throws java.lang.IndexOutOfBoundsException
vRequirementId
- public void addRequirementId(int index, java.lang.String vRequirementId) throws java.lang.IndexOutOfBoundsException
index
- vRequirementId
- public void clearRequirementId()
public java.util.Enumeration enumerateRequirementId()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- public java.lang.String getRequirementId(int index) throws java.lang.IndexOutOfBoundsException
index
- public java.lang.String[] getRequirementId()
public int getRequirementIdCount()
public java.lang.String getTest()
public TestRun getTestRun()
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 removeRequirementId(java.lang.String vRequirementId)
vRequirementId
- public void setRequirementId(int index, java.lang.String vRequirementId) throws java.lang.IndexOutOfBoundsException
index
- vRequirementId
- public void setRequirementId(java.lang.String[] requirementIdArray)
requirementIdArray
- public void setTest(java.lang.String test)
test
- the value of field 'test'.public void setTestRun(TestRun testRun)
testRun
- the value of field 'testRun'.public static CurrentTest 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 |