The JMockit Testing Toolkit

JMockit is a Java toolkit for developer (unit/integration) testing. It contains mocking APIs and other tools, supporting both JUnit and TestNG. The mocking APIs allow all kinds of Java code, without testability restrictions, to be tested in isolation from selected dependencies.

Лицензия

Лицензия

Группа

Группа

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

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

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

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

0.999.4
Дата

Дата

Тип

Тип

pom
Описание

Описание

The JMockit Testing Toolkit
JMockit is a Java toolkit for developer (unit/integration) testing. It contains mocking APIs and other tools, supporting both JUnit and TestNG. The mocking APIs allow all kinds of Java code, without testability restrictions, to be tested in isolation from selected dependencies.
Ссылка на сайт

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

http://code.google.com/p/jmockit/
Система контроля версий

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

http://code.google.com/p/jmockit/source/browse/trunk

Скачать mockit

Имя Файла Размер
mockit-0.999.4.pom 2 KB
Обзор

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • main
  • coverage

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

Версия
0.999.4
0.999.3
0.999.2
0.999.1
0.999
0.998
0.997
0.996
0.995