commit | 25b9f98495627c008ffac7939226a3a921b75319 | [log] [tgz] |
---|---|---|
author | Tim van der Lippe <tvanderlippe@gmail.com> | Sat Jan 14 16:17:34 2017 |
committer | Tim van der Lippe <tvanderlippe@gmail.com> | Sat Jan 14 16:17:34 2017 |
tree | 09aac255c42d1ba20ecc8edb331dd9201c1c8039 | |
parent | 89451c987616ab725e0c38ca2daa5f36752cdb62 [diff] |
Attempt to subclass IMethods and add benchmark script
Most popular mocking framework for Java
![latest release](https://img.shields.io/badge/release notes-2.x-yellow.svg)
Still on Mockito 1.x? See what's new in Mockito 2!
Mockito continuously delivers improvements. See the latest release notes and latest documentation. Docs in javadoc.io are available 24h after release. Read also about semantic versioning in Mockito.
Older 1.x releases are available in Central Repository , Bintray and javadoc.io (documentation).
All you want to know about Mockito is hosted at The Mockito Site which is Open Source and likes pull requests, too.
Want to contribute? Take a look at the Contributing Guide.
Enjoy Mockito!
To build locally:
./gradlew build
To develop in IntelliJ IDEA you can use built-in Gradle import wizard in IDEA. Alternatively generate the importable IDEA metadata files using:
./gradlew idea
Then, open the generated *.ipr file in IDEA.