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.
- Outputs:
out
- 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 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.