Download dspace-jmockit-0.999.4.jar file - Jar d

Jar examples for d:dspace-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 dspace-jmockit 0.999.4 in this page.

License

MIT LICENSE

Build File

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

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

Download

Click the following link to download the jar file.

dspace-jmockit-0.999.4-javadoc.jar
dspace-jmockit-0.999.4-sources.jar
dspace-jmockit-0.999.4.jar
dspace-jmockit-0.999.4.pom



Related Tutorials