MVN

com.agical.rmock : rmock

Maven & Gradle

May 31, 2007
21 usages

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.

<dependency>
    <groupId>com.agical.rmock</groupId>
    <artifactId>rmock</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.agical.rmock : rmock to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2
  • Latest Release Candidate: 2.0.0-rc-6

All Versions

Choose a version of com.agical.rmock : rmock to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
rmock-2.0.2
rmock-2.0.1
rmock-2.0.0
rmock-2.0.0-rc-6
rmock-2.0.0-rc-5

How to add a dependency to Maven

Add the following com.agical.rmock : rmock maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.agical.rmock</groupId>
    <artifactId>rmock</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.agical.rmock : rmock gradle dependency to your build.gradle file:

implementation 'com.agical.rmock:rmock:2.0.2'

Gradle Kotlin DSL: Add the following com.agical.rmock : rmock gradle kotlin dependency to your build.gradle.kts file:

implementation("com.agical.rmock:rmock:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.agical.rmock : rmock sbt scala dependency to your build.sbt file:

libraryDependencies += "com.agical.rmock" % "rmock" % "2.0.2"

Advertisement

Dependencies from Group

May 31, 2007
21 usages
May 12, 2007
3 usages
May 12, 2007
1 usages

Discover Dependencies

Jun 25, 2022
41 usages
Oct 26, 2021
35 usages
Feb 29, 2016
53 usages
Dec 18, 2022
164 usages
44 stars
Feb 22, 2017
41 usages
Aug 09, 2023
175 usages
354 stars
143 usages
Sep 30, 2013
62 usages