j

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 and 5) and TestNG test runners are supported. It also contains an advanced code coverage tool.
http://jmockit.github.io
The MIT License
Rogerio Liesenfeld
Files download
File Operation
jmockit-1.53.0.jar download
jmockit-1.53.0.pom download
jmockit-1.53.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hazendaz.jmockit</groupId>
  <artifactId>jmockit</artifactId>
  <version>1.53.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.hazendaz.jmockit:jmockit:1.53.0'
Gradle Kotlin
implementation("com.github.hazendaz.jmockit:jmockit:1.53.0")
Scala SBT
libraryDependencies += "com.github.hazendaz.jmockit" % "jmockit" % "1.53.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hazendaz.jmockit', module='jmockit', version='1.53.0')
)
Apache Ivy
<dependency org="com.github.hazendaz.jmockit" name="jmockit" rev="1.53.0" />
Leiningen
[com.github.hazendaz.jmockit/jmockit "1.53.0"]
Apache Buildr
'com.github.hazendaz.jmockit:jmockit:jar:1.53.0'