| java.lang.Object net.sourceforge.groboutils.codecoverage.v2.logger.DirectoryChannelLogger net.sourceforge.groboutils.codecoverage.v2.logger.MinDirChannelLogger
Method Summary | |
public void | cover(String classSignature, short methodIndex, short markIndex) Records a coverage of a marked bytecode instruction. |
MinDirChannelLogger | public MinDirChannelLogger(File baseDir)(Code) | | |
cover | public void cover(String classSignature, short methodIndex, short markIndex)(Code) | | Records a coverage of a marked bytecode instruction. This method should
never throw an exception.
Parameters: classSignature - a signature of the class file being covered.this signature includes the fully-qualified name of the class,along with a checksum to uniquely identify it. Parameters: methodIndex - index for a method within the class. The meta-datastore will know how to translate the index to a method signature. Parameters: markIndex - the index of the bytecode instruction mark for thisparticular channel. |
Methods inherited from net.sourceforge.groboutils.codecoverage.v2.logger.DirectoryChannelLogger | public void cover(String classSignature, short methodIndex, short markIndex)(Code)(Java Doc) final protected static char[] createCoverString(short methodIndex, short markIndex)(Code)(Java Doc) final protected static File getClassFile(File basedir, String classSignature)(Code)(Java Doc)
|
|
|