java-assertj 3.8.0
Fluent assertions for java
AssertJ core is a Java library that provides a fluent interface for writing assertions. Its main goal is to improve test code readability and make maintenance of tests easier.
- Website: https://joel-costigliola.github.io/assertj/index.html
- Licenses: ASL 2.0
- Package source: gnu/packages/java.scm
- Builds: See build status
- Issues: See known issues
Installation
Install java-assertj 3.8.0
as follows:
guix install java-assertj@3.8.0
Or install the latest version:
guix install java-assertj
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.