
mockito
GitHub
Mockito has moved to GitHub.
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
- License: MIT License
- 1,843 stars
- hg-based source control
Labels:
java
mock
test
tdd
mockobjects
unittesting
testing