Main

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

com.googlecode.jmockit
ArtifactId

ArtifactId

jmockit
Last Version

Last Version

1.7
Release Date

Release Date

Type

Type

jar
Description

Description

Main
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 jmockit

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
org.jetbrains : annotations Optional jar 13.0
junit : junit Optional jar 4.11
org.testng : testng Optional jar 6.8.5
commons-logging : commons-logging Optional jar 1.1.1
org.slf4j : slf4j-api Optional jar 1.5.8
log4j : log4j Optional jar 1.2.16
javax.inject : javax.inject Optional jar 1

Project Modules

There are no modules declared in this project.

Versions

Version
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
0.999.19
0.999.18
0.999.17
0.999.16
0.999.15
0.999.14
0.999.13
0.999.12
0.999.11
0.999.8