DOC

com.bah.jmockit.com.googlecode.jmockit : jmockit-coverage

Maven & Gradle

Jan 17, 2014
1 usages

JMockit Coverage · JMockit Coverage is a code coverage tool with several metrics (line, path, data) capable of generating HTML reports. It is designed with ease of use in mind, avoiding the need for complex configuration. Instead, smart (but overridable) defaults are employed, such as the selection of which classes to consider for coverage, and where to find sources files for report generation.

Table Of Contents

Latest Version

Download com.bah.jmockit.com.googlecode.jmockit : jmockit-coverage Javadoc & API Documentation - Latest Versions:

All Versions

Download com.bah.jmockit.com.googlecode.jmockit : jmockit-coverage Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.999.x

How to open Javadoc JAR file in web browser

  1. Rename the file jmockit-coverage-0.999.25-javadoc.jar to jmockit-coverage-0.999.25-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder jmockit-coverage-0.999.25-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "jmockit-coverage-0.999.25-sources.jar" -d "jmockit-coverage-0.999.25-javadoc" -subpackages