net.sourceforge.groboutils.codecoverage.v2.report
Class ClassMarkSet

java.lang.Object
  extended bynet.sourceforge.groboutils.codecoverage.v2.report.ClassMarkSet

public class ClassMarkSet
extends java.lang.Object

Contains all the marks (sorted by covered and not covered) per method.

Since:
December 17, 2002
Version:
$Date: 2003/05/05 05:45:34 $
Author:
Matt Albrecht groboclown@users.sourceforge.net
See Also:
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

getMethodSignatures

public java.lang.String[] getMethodSignatures()
Return all the methods known by the list of marks and class logs.


getCoveredMarksForMethod

public MarkRecord[] getCoveredMarksForMethod(java.lang.String methodSig)
Return all the marks that were covered during the execution of the given method. Guaranteed to never return null.


getNotCoveredMarksForMethod

public MarkRecord[] getNotCoveredMarksForMethod(java.lang.String methodSig)
Return all the marks that were not executed during the runtime of the given method. Guaranteed to never return null.



Copyright © 2001-2003 by The GroboUtils Project