MVN

mockit : mockit

Maven & Gradle

Aug 01, 2011

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.

<dependency>
    <groupId>mockit</groupId>
    <artifactId>mockit</artifactId>
    <version>0.997</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of mockit : mockit to add to Maven - Latest Versions:

  • Latest Stable: 0.997

All Versions

Choose a version of mockit : mockit to add to Maven - All Versions:

Version Vulnerabilities Updated
0.999
mockit-0.999
0.999.x
mockit-0.999.4
mockit-0.999.3
mockit-0.999.2
mockit-0.999.1
0.998
mockit-0.998
0.997
mockit-0.997
0.996
mockit-0.996
0.995
mockit-0.995

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>mockit</groupId>
    <artifactId>mockit</artifactId>
    <version>0.997</version>
</dependency>

Advertisement

Dependencies from Group

Dec 05, 2010
16 usages
Aug 01, 2011
Dec 05, 2010

Discover Dependencies

Apr 10, 2006
6 usages
Mar 25, 2015
3 stars
Jul 04, 2012
36 usages
Jul 01, 2014
4 usages
52 stars
Dec 02, 2014
10 usages
153 stars
Dec 12, 2014
2 usages
455 stars