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