|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IChannelLogRecord | |
net.sourceforge.groboutils.codecoverage.v2 | This package contains all the standard interfaces for extending the code coverage framework. |
net.sourceforge.groboutils.codecoverage.v2.logger | A minimal package that is included in the runtime execution environment. |
net.sourceforge.groboutils.codecoverage.v2.report | Generates reports on the coverage metrics. |
Uses of IChannelLogRecord in net.sourceforge.groboutils.codecoverage.v2 |
Methods in net.sourceforge.groboutils.codecoverage.v2 that return IChannelLogRecord | |
IChannelLogRecord |
IClassChannelLogReader.nextRecord()
Reads the next record from the log. |
Uses of IChannelLogRecord in net.sourceforge.groboutils.codecoverage.v2.logger |
Classes in net.sourceforge.groboutils.codecoverage.v2.logger that implement IChannelLogRecord | |
class |
DefaultChannelLogRecord
A standard implementation of a channel log record. |
Methods in net.sourceforge.groboutils.codecoverage.v2.logger that return IChannelLogRecord | |
IChannelLogRecord |
EmptyClassChannelLogReader.nextRecord()
Reads the next record from the log. |
IChannelLogRecord |
DirectoryClassChannelLogReader.nextRecord()
Reads the next record from the log. |
Uses of IChannelLogRecord in net.sourceforge.groboutils.codecoverage.v2.report |
Methods in net.sourceforge.groboutils.codecoverage.v2.report that return IChannelLogRecord | |
IChannelLogRecord[] |
AnalysisModuleData.getChannelLogRecords(java.lang.String classSig)
Retrieves all unique log records for this module. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |