License |
License |
---|---|
GroupId | GroupIdcom.googlecode.jmockit |
ArtifactId | ArtifactIdjmockit |
Last Version | Last Version1.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMain
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jmockit-1.7.pom | |
jmockit-1.7.jar | 428 KB |
jmockit-1.7-sources.jar | 407 KB |
jmockit-1.7-javadoc.jar | 180 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jmockit/jmockit/ -->
<dependency>
<groupId>com.googlecode.jmockit</groupId>
<artifactId>jmockit</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jmockit/jmockit/
implementation 'com.googlecode.jmockit:jmockit:1.7'
// https://jarcasting.com/artifacts/com.googlecode.jmockit/jmockit/
implementation ("com.googlecode.jmockit:jmockit:1.7")
'com.googlecode.jmockit:jmockit:jar:1.7'
<dependency org="com.googlecode.jmockit" name="jmockit" rev="1.7">
<artifact name="jmockit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jmockit', module='jmockit', version='1.7')
)
libraryDependencies += "com.googlecode.jmockit" % "jmockit" % "1.7"
[com.googlecode.jmockit/jmockit "1.7"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains : annotations Optional | jar | 13.0 |
junit : junit Optional | jar | 4.11 |
org.testng : testng Optional | jar | 6.8.5 |
commons-logging : commons-logging Optional | jar | 1.1.1 |
org.slf4j : slf4j-api Optional | jar | 1.5.8 |
log4j : log4j Optional | jar | 1.2.16 |
javax.inject : javax.inject Optional | jar | 1 |