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

org.dspace.dependencies.jmockit
ArtifactId

ArtifactId

dspace-jmockit
Last Version

Last Version

0.999.4
Release Date

Release Date

Type

Type

jar
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 dspace-jmockit

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
junit : junit Optional jar 4.8.1
org.testng : testng Optional jar 5.11
commons-logging : commons-logging Optional jar 1.1.1
org.slf4j : slf4j-api Optional jar 1.5.8
log4j : log4j Optional jar 1.2.15

Project Modules

There are no modules declared in this project.

Versions

Version
0.999.4
0.999.3