RMock

RMock 2.0 is a Java mock object framework to use with jUnit. RMock has support for a setup-modify-run-verify workflow when writing jUnit tests. It integrates better with IDE refactoring support and allows designing classes and interfaces in a true test-first fashion.

License

License

RMock License
GroupId

GroupId

com.agical.rmock
ArtifactId

ArtifactId

rmock
Last Version

Last Version

2.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

RMock
RMock 2.0 is a Java mock object framework to use with jUnit. RMock has support for a setup-modify-run-verify workflow when writing jUnit tests. It integrates better with IDE refactoring support and allows designing classes and interfaces in a true test-first fashion.
Project URL

Project URL

http://rmock.sourceforge.net
Project Organization

Project Organization

Agical AB
Source Code Management

Source Code Management

http://rmock.cvs.sourceforge.net/rmock/rmock

Download rmock

How to add to project

<!-- https://jarcasting.com/artifacts/com.agical.rmock/rmock/ -->
<dependency>
    <groupId>com.agical.rmock</groupId>
    <artifactId>rmock</artifactId>
    <version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.agical.rmock/rmock/
implementation 'com.agical.rmock:rmock:2.0.2'
// https://jarcasting.com/artifacts/com.agical.rmock/rmock/
implementation ("com.agical.rmock:rmock:2.0.2")
'com.agical.rmock:rmock:jar:2.0.2'
<dependency org="com.agical.rmock" name="rmock" rev="2.0.2">
  <artifact name="rmock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.agical.rmock', module='rmock', version='2.0.2')
)
libraryDependencies += "com.agical.rmock" % "rmock" % "2.0.2"
[com.agical.rmock/rmock "2.0.2"]

Dependencies

compile (2)

Group / Artifact Type Version
junit : junit jar 3.8.1
cglib : cglib-nodep jar 2.1_2

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.2
2.0.1
2.0.0
2.0.0-rc-6
2.0.0-rc-5