|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.groboutils.codecoverage.v2.report.ClassMarkSet
Contains all the marks (sorted by covered and not covered) per method.
IAnalysisMetaData
Method Summary | |
MarkRecord[] |
getCoveredMarksForMethod(java.lang.String methodSig)
Return all the marks that were covered during the execution of the given method. |
java.lang.String[] |
getMethodSignatures()
Return all the methods known by the list of marks and class logs. |
MarkRecord[] |
getNotCoveredMarksForMethod(java.lang.String methodSig)
Return all the marks that were not executed during the runtime of the given method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String[] getMethodSignatures()
public MarkRecord[] getCoveredMarksForMethod(java.lang.String methodSig)
public MarkRecord[] getNotCoveredMarksForMethod(java.lang.String methodSig)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |