This section provides an overview of Mockito. Here is the official Mockito logo:

The following topics are covered in this section:
Configuring Mockito
Stubbing method calls
Throwing exceptions
Matching method arguments
Verifying method calls
Download the latest Mockito binary ZIP folder from the following link and add it to the project dependency. The recommended channel for getting Mockito is Maven (or Gradle), or download it directly from the central Maven repository if you need to get the JAR files manually from either http://central.maven.org/maven2/org/mockito/mockito-all/ or http://central.maven.org/maven2/org/mockito/mockito-core/.
As of April 2014, the latest Mockito version is 1.9.5.