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.
- Versions: 4.12
- Website: https://junit.org/junit4/
- Licenses: EPL 1.0
- Package source: gnu/packages/java.scm
- Builds: See build status
- Issues: See known issues
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.