| |
|
| java.lang.Object org.h2.test.coverage.Coverage
Coverage | public class Coverage (Code) | | Tool to instrument java files with profiler calls. The tool can be used for
profiling an application and for coverage testing. This class is not used at
runtime of the tested application.
|
perClass | boolean perClass(Code) | | |
perFunction | boolean perFunction(Code) | | |
printUsage | void printUsage()(Code) | | |
processAll | void processAll()(Code) | | |
processBlockOrStatement | void processBlockOrStatement() throws Exception(Code) | | |
|
|
|