Download jmockit-0.999.4.jar file - Jar j

Jar examples for j:jmockit

Description

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.

You can download jar file jmockit 0.999.4 in this page.

License

MIT LICENSE

Build File

You can use the following script to add jmockit-0.999.4.jar to your project.

<dependency>
   <groupId>mockit</groupId>
   <artifactId>jmockit</artifactId>
   <version>0.999.4</version>
</dependency>
compile group: 'mockit', name: 'jmockit', version: '0.999.4'
libraryDependencies += "mockit" % "jmockit" % "0.999.4"
<dependency org="mockit" name="jmockit" rev="0.999.4"/>
@Grapes(@Grab(group='mockit', module='jmockit', version='0.999.4'))
'mockit:jmockit:jar:0.999.4'

Download

Click the following link to download the jar file.

jmockit-0.999.4-sources.jar
jmockit-0.999.4.jar
jmockit-0.999.4.pom



Related Tutorials