|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.quilt.framework.CoverageSegmentImpl | +--junit.quilt.cover.generic.BranchSegment
Constructor Summary | |
BranchSegment(java.lang.String fileName,
FlowControlEdge fce)
|
Method Summary | |
java.lang.String |
getDescription()
getDescription This method returns a description of the segment which is defined by this class. |
int |
getNumVisits()
getNumVisits This returns the number of times that this segment has been executed by the code. |
void |
setNumVisits(int numVisits)
|
Methods inherited from class junit.quilt.framework.CoverageSegmentImpl |
addVisits, getAdvice, getCustomXML, getTimes, reset, toXML |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BranchSegment(java.lang.String fileName, FlowControlEdge fce)
Method Detail |
public void setNumVisits(int numVisits)
public int getNumVisits()
CoverageSegment
getNumVisits
in class CoverageSegmentImpl
public java.lang.String getDescription()
CoverageSegment
getDescription
in class CoverageSegmentImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |