|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jmscts.core.TestCoverage
This class maintains the state of the test suite's coverage of requirements
Coverage
,
Requirements
Constructor Summary | |
TestCoverage(Requirements requirements)
Construct an instance with the set of requirements |
Method Summary | |
void |
begin(JMSTestCase test)
Log the start of a test. NOTE: begin(org.exolab.jmscts.core.JMSTestCase) may not be invoked if the test setup fails. |
void |
end(JMSTestCase test)
Log the end of a test |
void |
failed(junit.framework.Test test,
java.lang.Throwable cause,
java.lang.Throwable rootCause)
Log a test case failure |
RequirementCoverage |
getCoverage()
Returns the coverage of requirements by the test suite |
void |
setUnsupported(java.lang.String requirementId)
Set a requirement as being unsupported |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestCoverage(Requirements requirements)
requirements
- the requirementsMethod Detail |
public void begin(JMSTestCase test)
begin(org.exolab.jmscts.core.JMSTestCase)
may not be invoked if the test setup fails. In
this instance, only failed(junit.framework.Test, java.lang.Throwable, java.lang.Throwable)
will be invokedtest
- the test casepublic void end(JMSTestCase test)
test
- the test that has completedpublic void failed(junit.framework.Test test, java.lang.Throwable cause, java.lang.Throwable rootCause)
test
- the test casecause
- the reason for the failurerootCause
- the root cause of the failure. May be nullpublic void setUnsupported(java.lang.String requirementId)
requirementId
- the requirement identifierpublic RequirementCoverage getCoverage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |