Last Version

JMockit 1.49

JMockit is a Java toolkit for automated developer testing. It contains APIs for the creation of the objects to be tested, for mocking dependencies, and for faking external APIs; JUnit (4 & 5) and TestNG test runners are supported. It also contains an advanced code coverage tool.

License

License

GroupId

GroupId

org.jmockit
ArtifactId

ArtifactId

jmockit
Version

Version

1.49
Type

Type

jar
Description

Description

JMockit
JMockit is a Java toolkit for automated developer testing. It contains APIs for the creation of the objects to be tested, for mocking dependencies, and for faking external APIs; JUnit (4 & 5) and TestNG test runners are supported. It also contains an advanced code coverage tool.
Project URL

Project URL

http://jmockit.github.io
Source Code Management

Source Code Management

https://github.com/jmockit/jmockit1

Download jmockit 1.49


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

Dependencies

compile (6)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.2
junit : junit Optional jar 4.12
org.junit.jupiter : junit-jupiter-engine Optional jar 5.5.1
org.testng : testng Optional jar 6.14.3
javax : javaee-api Optional jar 7.0
org.springframework : spring-web Optional jar 4.2.0.RELEASE

Project Modules

There are no modules declared in this project.