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

java-mockito

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 the latest version of java-mockito as follows:

guix install java-mockito

Or install a particular version:

guix install java-mockito@1.10.19

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.

Badge code

You can use the following badge to inform users of java-mockito about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/java-mockito'><img src='https://packages.guix.gnu.org/packages/java-mockito/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/java-mockito/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/java-mockito)

Example Org:

[[https://packages.guix.gnu.org/packages/java-mockito][https://packages.guix.gnu.org/packages/java-mockito/badges/latest-version.svg]]