License |
License
RMock License
|
---|---|
GroupId | GroupIdcom.agical.rmock |
ArtifactId | ArtifactIdrmock |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRMock
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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rmock-2.0.2.pom | |
rmock-2.0.2.jar | 194 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |
cglib : cglib-nodep | jar | 2.1_2 |