|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jmscts.report.RequirementCoverage
The requirementCoverage element is the root element of all test case requirement coverage documents.
Constructor Summary | |
RequirementCoverage()
|
Method Summary | |
void |
addCoverage(Coverage vCoverage)
Method addCoverage |
void |
addCoverage(int index,
Coverage vCoverage)
Method addCoverage |
void |
addFailure(Failure vFailure)
Method addFailure |
void |
addFailure(int index,
Failure vFailure)
Method addFailure |
void |
addTestRuns(int index,
TestRuns vTestRuns)
Method addTestRuns |
void |
addTestRuns(TestRuns vTestRuns)
Method addTestRuns |
void |
clearCoverage()
Method clearCoverage |
void |
clearFailure()
Method clearFailure |
void |
clearTestRuns()
Method clearTestRuns |
java.util.Enumeration |
enumerateCoverage()
Method enumerateCoverage |
java.util.Enumeration |
enumerateFailure()
Method enumerateFailure |
java.util.Enumeration |
enumerateTestRuns()
Method enumerateTestRuns |
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
Coverage[] |
getCoverage()
Method getCoverage |
Coverage |
getCoverage(int index)
Method getCoverage |
int |
getCoverageCount()
Method getCoverageCount |
CurrentTest |
getCurrentTest()
Returns the value of field 'currentTest'. |
Failure[] |
getFailure()
Method getFailure |
Failure |
getFailure(int index)
Method getFailure |
int |
getFailureCount()
Method getFailureCount |
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 |
removeCoverage(Coverage vCoverage)
Method removeCoverage |
boolean |
removeFailure(Failure vFailure)
Method removeFailure |
boolean |
removeTestRuns(TestRuns vTestRuns)
Method removeTestRuns |
void |
setCoverage(Coverage[] coverageArray)
Method setCoverage |
void |
setCoverage(int index,
Coverage vCoverage)
Method setCoverage |
void |
setCurrentTest(CurrentTest currentTest)
Sets the value of field 'currentTest'. |
void |
setFailure(Failure[] failureArray)
Method setFailure |
void |
setFailure(int index,
Failure vFailure)
Method setFailure |
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 RequirementCoverage |
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 RequirementCoverage()
Method Detail |
public void addCoverage(Coverage vCoverage) throws java.lang.IndexOutOfBoundsException
vCoverage
- public void addCoverage(int index, Coverage vCoverage) throws java.lang.IndexOutOfBoundsException
index
- vCoverage
- public void addFailure(Failure vFailure) throws java.lang.IndexOutOfBoundsException
vFailure
- public void addFailure(int index, Failure vFailure) throws java.lang.IndexOutOfBoundsException
index
- vFailure
- 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 clearCoverage()
public void clearFailure()
public void clearTestRuns()
public java.util.Enumeration enumerateCoverage()
public java.util.Enumeration enumerateFailure()
public java.util.Enumeration enumerateTestRuns()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- public Coverage getCoverage(int index) throws java.lang.IndexOutOfBoundsException
index
- public Coverage[] getCoverage()
public int getCoverageCount()
public CurrentTest getCurrentTest()
public Failure getFailure(int index) throws java.lang.IndexOutOfBoundsException
index
- public Failure[] getFailure()
public int getFailureCount()
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 removeCoverage(Coverage vCoverage)
vCoverage
- public boolean removeFailure(Failure vFailure)
vFailure
- public boolean removeTestRuns(TestRuns vTestRuns)
vTestRuns
- public void setCoverage(int index, Coverage vCoverage) throws java.lang.IndexOutOfBoundsException
index
- vCoverage
- public void setCoverage(Coverage[] coverageArray)
coverageArray
- public void setCurrentTest(CurrentTest currentTest)
currentTest
- the value of field 'currentTest'.public void setFailure(int index, Failure vFailure) throws java.lang.IndexOutOfBoundsException
index
- vFailure
- public void setFailure(Failure[] failureArray)
failureArray
- 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 RequirementCoverage 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 |