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.

License

License

GroupId

GroupId

org.jmockit
ArtifactId

ArtifactId

jmockit-coverage
Last Version

Last Version

1.23
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://www.jmockit.org
Source Code Management

Source Code Management

https://github.com/jmockit/jmockit1

Download jmockit-coverage

How to add to project

<!-- https://jarcasting.com/artifacts/org.jmockit/jmockit-coverage/ -->
<dependency>
    <groupId>org.jmockit</groupId>
    <artifactId>jmockit-coverage</artifactId>
    <version>1.23</version>
</dependency>
// https://jarcasting.com/artifacts/org.jmockit/jmockit-coverage/
implementation 'org.jmockit:jmockit-coverage:1.23'
// https://jarcasting.com/artifacts/org.jmockit/jmockit-coverage/
implementation ("org.jmockit:jmockit-coverage:1.23")
'org.jmockit:jmockit-coverage:jar:1.23'
<dependency org="org.jmockit" name="jmockit-coverage" rev="1.23">
  <artifact name="jmockit-coverage" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jmockit', module='jmockit-coverage', version='1.23')
)
libraryDependencies += "org.jmockit" % "jmockit-coverage" % "1.23"
[org.jmockit/jmockit-coverage "1.23"]

Dependencies

compile (3)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 Optional jar 3.0.0
junit : junit Optional jar 4.12
org.testng : testng Optional jar 6.9.10

Project Modules

There are no modules declared in this project.

Codebase for JMockit 1.x releases - Documentation - Release notes

How to build the project:

  • use JDK 1.8 or newer
  • use Maven 3.6.0 or newer; the following are the top-level modules:
    1. main/pom.xml: builds jmockit-1.n.jar, running JUnit 4 and TestNG test suites
    2. coverageTests/pom.xml: runs JUnit 4 tests for the coverage tool
    3. samples/pom.xml: various sample test suites (tutorial, LoginService, java8testing) using JUnit 4, 5, or TestNG 6
    4. samples/petclinic/pom.xml: integration testing example using Java EE 8
org.jmockit

The JMockit Testing Toolkit

A Java toolkit for automated developer testing

Versions

Version
1.23
1.22
1.21
1.20
1.19
1.18
1.17
1.17-beta2
1.17-beta1
1.16
1.16-beta3
1.16-beta2
1.16-beta1
1.15
1.14
1.13
1.12
1.11
1.10
1.9
0.999.27