Jar examples for r:rmock
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.0-rc-5 in this page.
You can use the following script to add rmock-2.0.0-rc-5.jar to your project.
<dependency> <groupId>com.agical.rmock</groupId> <artifactId>rmock</artifactId> <version>2.0.0-rc-5</version> </dependency>
compile group: 'com.agical.rmock', name: 'rmock', version: '2.0.0-rc-5'
libraryDependencies += "com.agical.rmock" % "rmock" % "2.0.0-rc-5"
<dependency org="com.agical.rmock" name="rmock" rev="2.0.0-rc-5"/>
@Grapes(@Grab(group='com.agical.rmock', module='rmock', version='2.0.0-rc-5'))
'com.agical.rmock:rmock:jar:2.0.0-rc-5'
Click the following link to download the jar file.
rmock-2.0.0-rc-5.jar