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.
- Outputs:
out
- Website: http://mockito.org
- Licenses: ASL 2.0
- Package source: gnu/packages/java.scm
- Builds: See build status
- Issues: See known issues
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.