Last Version

jmockring core 0.7.0

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

License

License

GroupId

GroupId

org.jmockring
ArtifactId

ArtifactId

jmockring-core
Version

Version

0.7.0
Type

Type

jar
Description

Description

jmockring core
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
Project URL

Project URL

https://github.com/plechev/jmockring

Download jmockring-core 0.7.0


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

Dependencies

compile (18)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1
commons-collections : commons-collections jar 3.2.1
javax.inject : javax.inject jar 1
org.hibernate.javax.persistence : hibernate-jpa-2.0-api jar 1.0.1.Final
org.springframework : spring-core jar 3.2.4.RELEASE
org.springframework : spring-beans jar 3.2.4.RELEASE
org.springframework : spring-expression jar 3.2.4.RELEASE
org.springframework : spring-context jar 3.2.4.RELEASE
org.springframework : spring-context-support jar 3.2.4.RELEASE
org.springframework : spring-web jar 3.2.4.RELEASE
org.springframework : spring-tx jar 3.2.4.RELEASE
org.apache.commons : commons-lang3 jar 3.1
junit : junit-dep jar 4.11
org.mockito : mockito-core jar 1.9.0
org.hamcrest : hamcrest-junit jar 2.0.0.0
org.slf4j : slf4j-log4j12 jar 1.6.1
commons-io : commons-io jar 1.4
com.google.guava : guava jar 11.0.2

Project Modules

There are no modules declared in this project.