Last Version

JMockit Coverage 1.23

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
Version

Version

1.23
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 1.23


<!-- 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.