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.

License

License

GroupId

GroupId

mockit
ArtifactId

ArtifactId

mockit
Last Version

Last Version

0.999.4
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project URL

http://code.google.com/p/jmockit/
Source Code Management

Source Code Management

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

Download mockit

Filename Size
mockit-0.999.4.pom 2 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • main
  • coverage

Versions

Version
0.999.4
0.999.3
0.999.2
0.999.1
0.999
0.998
0.997
0.996
0.995