Community contributed extensions

spring tester [springtester] module

This module is for the Play 1.x series only.

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

https://github.com/digiarnie/springtester

Written by An Do.

Published releases

2.1 Dec 19 2012 Documentation Try Play
2.0 Dec 19 2012 Documentation Try Play
1.6 Dec 14 2012 Documentation Try Play
1.1 Dec 03 2012 Documentation Try Play
1.0 Nov 30 2012 Documentation Try Play
0.1 Feb 07 2012 Documentation Try Play

To install locally this module use the install command:

play install springtester-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
        - play -> springtester {version}