Download rmock-2.0.2.jar file - Jar r

Jar examples for r:rmock

Description

rMock 2.0.0 is a Java mock object framework based on jUnit. rMock has support for a record-modify-playback-verify workflow when writing jUnit tests, integrates better with IDE refactoring support and allows designing interfaces in a true test first fashion. rMock has the flexibility and power of jMock, and is influenced by EasyMock for recording mock calls.

You can download jar file rmock 2.0.2 in this page.

Build File

You can use the following script to add rmock-2.0.2.jar to your project.

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

Download

Click the following link to download the jar file.

rmock-2.0.2.jar
rmock-2.0.2.pom



Related Tutorials