is not current version
Last Version 1.49.2

jmockit 1.49.1

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

com.github.hazendaz.jmockit
ArtifactId

ArtifactId

jmockit
Version

Version

1.49.1
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
Project Organization

Project Organization

hazendaz
Source Code Management

Source Code Management

https://github.com/hazendaz/jmockit1

Download jmockit 1.49.1


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

Dependencies

compile (7)

Group / Artifact Type Version
com.github.spotbugs : spotbugs-annotations jar 4.0.0
junit : junit Optional jar 4.13
org.junit.jupiter : junit-jupiter-engine Optional jar 5.6.0
org.testng : testng Optional jar 7.1.0
javax : javaee-api Optional jar 7.0
org.springframework : spring-web Optional jar 5.2.4.RELEASE
org.springframework : spring-context Optional jar 5.2.4.RELEASE

provided (7)

Group / Artifact Type Version
org.codehaus.mojo : animal-sniffer-annotations jar 1.18
com.google.errorprone : error_prone_annotations jar 2.3.4
org.hibernate.validator : hibernate-validator-annotation-processor jar 6.1.3.Final
com.google.j2objc : j2objc-annotations jar 1.3
com.google.code.findbugs : jsr305 jar 3.0.2
org.gaul : modernizer-maven-annotations jar 2.1.0
org.projectlombok : lombok jar 1.18.12

Project Modules

There are no modules declared in this project.