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.

Лицензия

Лицензия

Группа

Группа

org.jmockit
Идентификатор

Идентификатор

jmockit-coverage
Последняя версия

Последняя версия

1.23
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

http://www.jmockit.org
Система контроля версий

Система контроля версий

https://github.com/jmockit/jmockit1

Скачать jmockit-coverage

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
com.google.code.findbugs : jsr305 Необязательный jar 3.0.0
junit : junit Необязательный jar 4.12
org.testng : testng Необязательный jar 6.9.10

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
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