|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.quilt.framework.QuiltCollectorImpl | +--junit.quilt.cover.ball94.B94Collector
Fields inherited from interface junit.quilt.framework.QuiltCollector |
BRANCH_COVERAGE, LOOP_COVERAGE, PATH_COVERAGE, RELATIONAL_COVERAGE, STATEMENT_COVERAGE |
Constructor Summary | |
B94Collector(java.util.List vertices,
java.util.List edges,
cern.colt.matrix.DoubleMatrix2D edgeMatrix,
int[] stats)
Create a new collector for the particular graph. |
Method Summary | |
java.util.Set |
getAll(java.lang.String coverage)
getAll - Returns the set of all CoverageSegments for a particular coverage. |
java.util.Set |
getBranchCoverage()
|
void |
reset()
reset This method is called when the coverage should be reset. |
Methods inherited from class junit.quilt.framework.QuiltCollectorImpl |
addSegment, findCovered, findUncovered, getCapabilities, getCovered, getSummary, getUncovered, removeSegment |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public B94Collector(java.util.List vertices, java.util.List edges, cern.colt.matrix.DoubleMatrix2D edgeMatrix, int[] stats)
Method Detail |
public java.util.Set getBranchCoverage()
public java.util.Set getAll(java.lang.String coverage)
QuiltCollectorImpl
getAll
in class QuiltCollectorImpl
junit.quilt.framework.QuiltCollector
coverage
- is defined in this interface
or it can be something else if it is not
coded here.public void reset()
QuiltCollector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |