|
||||||||||
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.framework.StatementSegmentImpl
Constructor Summary | |
StatementSegmentImpl(java.lang.String fileName,
int startLine,
int endLine)
|
Method Summary | |
java.lang.String |
getCustomXML()
|
java.lang.String |
getDescription()
getDescription This method returns a description of the segment which is defined by this class. |
java.lang.String |
getFileName()
getFileName This returns the filename where these statements are located. |
int |
getLineEnd()
getLineEnd This returns the last line of this segment. |
int |
getLineStart()
getLineStart This returns the first line of this segment. |
Methods inherited from class junit.quilt.framework.CoverageSegmentImpl |
addVisits, getAdvice, getNumVisits, getTimes, reset, toXML |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface junit.quilt.framework.CoverageSegment |
getAdvice, getNumVisits, getTimes, toXML |
Constructor Detail |
public StatementSegmentImpl(java.lang.String fileName, int startLine, int endLine)
Method Detail |
public java.lang.String getFileName()
StatementSegment
getFileName
in interface StatementSegment
public int getLineStart()
StatementSegment
getLineStart
in interface StatementSegment
public int getLineEnd()
StatementSegment
getLineEnd
in interface StatementSegment
public java.lang.String getCustomXML()
getCustomXML
in class CoverageSegmentImpl
public java.lang.String getDescription()
CoverageSegment
getDescription
in interface CoverageSegment
getDescription
in class CoverageSegmentImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |