Jar examples for j:jmockit
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.17 in this page.
MIT LICENSE
You can use the following script to add jmockit-0.999.17.jar to your project.
<dependency> <groupId>com.googlecode.jmockit</groupId> <artifactId>jmockit</artifactId> <version>0.999.17</version> </dependency>
compile group: 'com.googlecode.jmockit', name: 'jmockit', version: '0.999.17'
libraryDependencies += "com.googlecode.jmockit" % "jmockit" % "0.999.17"
<dependency org="com.googlecode.jmockit" name="jmockit" rev="0.999.17"/>
@Grapes(@Grab(group='com.googlecode.jmockit', module='jmockit', version='0.999.17'))
'com.googlecode.jmockit:jmockit:jar:0.999.17'
Click the following link to download the jar file.
jmockit-0.999.17-javadoc.jar