java-assertj
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.
- Versions: 3.8.0
- 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 the latest version of java-assertj
as follows:
guix install java-assertj
Or install a particular version:
guix install java-assertj@3.8.0
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.
Badge code
You can use the following badge to inform users of java-assertj about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/java-assertj'><img src='https://packages.guix.gnu.org/packages/java-assertj/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/java-assertj)
Example Org:
[[https://packages.guix.gnu.org/packages/java-assertj][https://packages.guix.gnu.org/packages/java-assertj/badges/latest-version.svg]]