Download mockrunner-0.3.1.jar file - Jar m

Jar examples for m:mockrunner

Description

Mockrunner is a lightweight framework for unit testing applications in the J2EE environment. It supports servlets, filters, tag classes and Struts actions. It includes a JDBC a JMS and a JCA test framework and can be used to test EJB based applications.

You can download jar file mockrunner 0.3.1 in this page.

License

Mockrunner License, based on Apache Software License, version 1.1

Build File

You can use the following script to add mockrunner-0.3.1.jar to your project.

<dependency>
   <groupId>com.mockrunner</groupId>
   <artifactId>mockrunner</artifactId>
   <version>0.3.1</version>
</dependency>
compile group: 'com.mockrunner', name: 'mockrunner', version: '0.3.1'
libraryDependencies += "com.mockrunner" % "mockrunner" % "0.3.1"
<dependency org="com.mockrunner" name="mockrunner" rev="0.3.1"/>
@Grapes(@Grab(group='com.mockrunner', module='mockrunner', version='0.3.1'))
'com.mockrunner:mockrunner:jar:0.3.1'

Download

Click the following link to download the jar file.

mockrunner-0.3.1.jar
mockrunner-0.3.1.pom



Related Tutorials