net.sourceforge.groboutils.codecoverage.v2 |
net.sourceforge.groboutils.codecoverage.v2
This package contains all the standard interfaces for extending the
code coverage framework.
|
Java Source File Name | Type | Comment |
ArrayClassLoader.java | Class | |
BCELCreatorUtil.java | Class | Helper for creating BCEL objects. |
BytecodeLoaderUtil.java | Class | Helper for loading bytecode. |
CCCreatorUtil.java | Class | Helper for creating code coverage test objects. |
CreateMainClassHelper.java | Class | Helper for creating a main class through bytecode. |
IAnalysisMetaData.java | Interface | Contains data necessary for storing the meta-data associated with a specific
marked bytecode instruction.
There is an optional "weight" value which can associate a number from
-128 to 127 for this particular instruction. |
IAnalysisMetaDataUTestI.java | Class | Tests the IAnalysisMetaData interface. |
IAnalysisModule.java | Interface | Processes a method for coverage analysis. |
IAnalysisModuleUTestI.java | Class | Tests the IAnalysisModule interface. |
IChannelLogger.java | Interface | Logs a particular channel's instruction mark coverage. |
IChannelLoggerFactory.java | Interface | Creates a channel logger. |
IChannelLoggerFactoryUTestI.java | Class | Tests the IChannelLoggerFactory interface. |
IChannelLoggerUTestI.java | Class | Tests the IChannelLogger interface. |
IChannelLogReader.java | Interface | Reads in all the records that were written to the corresponding logger via
the "cover" method. |
IChannelLogReaderUTestI.java | Class | Tests the IChannelLogReader interface. |
IChannelLogRecord.java | Interface | Contains an individual record that was passed in a single "cover" method
call. |
IChannelLogRecordUTestI.java | Class | Tests the IChannelLogRecord interface. |
IClassChannelLogReader.java | Interface | Reads in all the records that were written to the corresponding logger via
the "cover" method for a specific class. |
IClassChannelLogReaderUTestI.java | Class | Tests the IClassChannelLogReader interface. |
IMethodCode.java | Interface | Contains the BCEL bytecode for a method, and provides helper methods for
generating the marks for certain bytecode instructions. |
IMethodCodeUTestI.java | Class | Tests the IMethodCode interface. |