mockito [mockito] module
This module is for the Play 1.x series only.
Mockito is a mocking framework that tastes really good. It lets you write beautiful tests with clean & simple API. Mockito doesn’t give you hangover because the tests are very readable and they produce clean verification errors.
https://github.com/eamelink/play-mockito
Written by Erik Bakker.
Published releases
0.1 | Sep 12 2011 | Documentation | Try Play |
To install locally this module use the install
command:
play install mockito-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> mockito {version}