mockito


simpler & better mocking

GitHub

Mockito has moved to GitHub.

http://mockito.googlecode.com/svn/wiki/images/logo.jpg

Current release

Current Mockito is available in jcenter (release notes). In order to use it with Gradle you can do something like:

```groovy

repositories { jcenter() }

dependencies { testCompile "org.mockito:mockito-core:1.+" } ```

Maven users can find Mockito at the central

Project Information

Labels:
java mock test tdd mockobjects unittesting testing