Package net.sourceforge.groboutils.codecoverage.v2

This package contains all the standard interfaces for extending the code coverage framework.

See:
          Description

Interface Summary
IAnalysisMetaData Contains data necessary for storing the meta-data associated with a specific marked bytecode instruction.
IAnalysisModule Processes a method for coverage analysis.
IChannelLogger Logs a particular channel's instruction mark coverage.
IChannelLoggerFactory Creates a channel logger.
IChannelLogReader Reads in all the records that were written to the corresponding logger via the "cover" method.
IChannelLogRecord Contains an individual record that was passed in a single "cover" method call.
IClassChannelLogReader Reads in all the records that were written to the corresponding logger via the "cover" method for a specific class.
IMethodCode Contains the BCEL bytecode for a method, and provides helper methods for generating the marks for certain bytecode instructions.
 

Package net.sourceforge.groboutils.codecoverage.v2 Description

This package contains all the standard interfaces for extending the code coverage framework.



Copyright © 2001-2003 by The GroboUtils Project