Package org.h2.test.coverage
Class Coverage
java.lang.Object
org.h2.test.coverage.Coverage
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.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Coverage
public Coverage()
-
-
Method Details
-
main
This method is called when executing this application.- Parameters:
args- the command line parameters
-