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

java-junit

Test framework for Java

JUnit is a simple framework to write repeatable tests for Java projects. JUnit provides assertions for testing expected results, test fixtures for sharing common test data, and test runners for running tests.

Installation

Install the latest version of java-junit as follows:

guix install java-junit

Or install a particular version:

guix install java-junit@4.12

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.