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

java-junit 4.12

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 java-junit 4.12 as follows:

guix install java-junit@4.12

Or install the latest version:

guix install java-junit

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.