Last Version

Main 1.7

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
Version

Version

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


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