java-mockito 1.10.19 Mockito is a mock library for Java

Mockito is a mocking library for Java which lets you write tests with a clean and simple API. It generates mocks using reflection, and it records all mock invocations, including methods arguments.