Play! Spring Tester Module

Used to write tests that can auto-magically inject mocks (using Mockito) into Play applications wired up using the spring module.

License

License

unknown
Categories

Categories

Maven Build Tools
GroupId

GroupId

com.google.code.maven-play-plugin.org.playframework.modules.springtester
ArtifactId

ArtifactId

play-springtester
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Play! Spring Tester Module
Used to write tests that can auto-magically inject mocks (using Mockito) into Play applications wired up using the spring module.
Source Code Management

Source Code Management

https://github.com/digiarnie/springtester

Download play-springtester

How to add to project

<!-- https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.org.playframework.modules.springtester/play-springtester/ -->
<dependency>
    <groupId>com.google.code.maven-play-plugin.org.playframework.modules.springtester</groupId>
    <artifactId>play-springtester</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.org.playframework.modules.springtester/play-springtester/
implementation 'com.google.code.maven-play-plugin.org.playframework.modules.springtester:play-springtester:0.1'
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.org.playframework.modules.springtester/play-springtester/
implementation ("com.google.code.maven-play-plugin.org.playframework.modules.springtester:play-springtester:0.1")
'com.google.code.maven-play-plugin.org.playframework.modules.springtester:play-springtester:jar:0.1'
<dependency org="com.google.code.maven-play-plugin.org.playframework.modules.springtester" name="play-springtester" rev="0.1">
  <artifact name="play-springtester" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.maven-play-plugin.org.playframework.modules.springtester', module='play-springtester', version='0.1')
)
libraryDependencies += "com.google.code.maven-play-plugin.org.playframework.modules.springtester" % "play-springtester" % "0.1"
[com.google.code.maven-play-plugin.org.playframework.modules.springtester/play-springtester "0.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.mockito : mockito-core jar 1.8.5
com.google.code.maven-play-plugin.org.playframework.modules.spring : play-spring jar 1.0.2

provided (1)

Group / Artifact Type Version
com.google.code.maven-play-plugin.org.playframework : play jar 1.2.4

Project Modules

There are no modules declared in this project.

Spring Tester

This is a module for use with the Play Framework

It’s main purpose in life is to provide your application with tools for Test Driven Development (TDD) using the Spring Framework.

For a usage guide, please read the manual found in the documentation/manual directory.

Or try out the demo application wired up with Spring and tested using Spring Tester by going to the samples-and-tests directory.

Versions

Version
0.1