is not current version
Last Version 0.7.0

org.jmockring:jmockring 0.5.6

jmockring - Java test MOCKing tool for spRING. A test harness tool for projects using the following technology stack: - Java 6+ - Spring 3.1 or greater as a DI/Deployment container - JUnit 4 and Mockito for testing - Jetty/Servlet API 3.0 for web app (war) deployment - for testing only Main features: 1) Partial Spring context deployment with automatic bean mocking for unavailable beans 2) Bootstrapping embedded Jetty server via JUnit runners 3) Configurable web application contexts 4) Automatic injection of Spring beans and mocks in JUnit tests via Java5 annotations

GroupId

GroupId

org.jmockring
ArtifactId

ArtifactId

jmockring
Version

Version

0.5.6
Type

Type

jar

Download jmockring 0.5.6


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