|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jmscts.report.Coverage
This element lists the tests which have covered a particular requirement, and a count of any failures that occurred.
Constructor Summary | |
Coverage()
|
Method Summary | |
void |
addTest(int index,
java.lang.String vTest)
Method addTest |
void |
addTest(java.lang.String vTest)
Method addTest |
void |
clearTest()
Method clearTest |
void |
deleteSupported()
Method deleteSupported |
java.util.Enumeration |
enumerateTest()
Method enumerateTest |
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
int |
getFailures()
Returns the value of field 'failures'. |
java.lang.String |
getRequirementId()
Returns the value of field 'requirementId'. |
int |
getRuns()
Returns the value of field 'runs'. |
boolean |
getSupported()
Returns the value of field 'supported'. |
java.lang.String[] |
getTest()
Method getTest |
java.lang.String |
getTest(int index)
Method getTest |
int |
getTestCount()
Method getTestCount |
boolean |
hasFailures()
Method hasFailures |
boolean |
hasRuns()
Method hasRuns |
boolean |
hasSupported()
Method hasSupported |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
boolean |
removeTest(java.lang.String vTest)
Method removeTest |
void |
setFailures(int failures)
Sets the value of field 'failures'. |
void |
setRequirementId(java.lang.String requirementId)
Sets the value of field 'requirementId'. |
void |
setRuns(int runs)
Sets the value of field 'runs'. |
void |
setSupported(boolean supported)
Sets the value of field 'supported'. |
void |
setTest(int index,
java.lang.String vTest)
Method setTest |
void |
setTest(java.lang.String[] testArray)
Method setTest |
static Coverage |
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 Coverage()
Method Detail |
public void addTest(java.lang.String vTest) throws java.lang.IndexOutOfBoundsException
vTest
- public void addTest(int index, java.lang.String vTest) throws java.lang.IndexOutOfBoundsException
index
- vTest
- public void clearTest()
public void deleteSupported()
public java.util.Enumeration enumerateTest()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- public int getFailures()
public java.lang.String getRequirementId()
public int getRuns()
public boolean getSupported()
public java.lang.String getTest(int index) throws java.lang.IndexOutOfBoundsException
index
- public java.lang.String[] getTest()
public int getTestCount()
public boolean hasFailures()
public boolean hasRuns()
public boolean hasSupported()
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 removeTest(java.lang.String vTest)
vTest
- public void setFailures(int failures)
failures
- the value of field 'failures'.public void setRequirementId(java.lang.String requirementId)
requirementId
- the value of field 'requirementId'.public void setRuns(int runs)
runs
- the value of field 'runs'.public void setSupported(boolean supported)
supported
- the value of field 'supported'.public void setTest(int index, java.lang.String vTest) throws java.lang.IndexOutOfBoundsException
index
- vTest
- public void setTest(java.lang.String[] testArray)
testArray
- public static Coverage 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 |