This package browser is in early development. Mind the rough edges.

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.

Installation

Install java-mockito 1.10.19 as follows:

guix install java-mockito@1.10.19

Or install the latest version:

guix install java-mockito

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.