/assertj-vavr

Assertions for Vavr - http://www.vavr.io/

Primary LanguageJavaApache License 2.0Apache-2.0

Maven Central

assertj-vavr

Assertions for Vavr

Usage

Dependency in your project:

  • build.gradle:
implementation "org.assertj:assertj-vavr:$version"
  • pom.xml:
<dependency>
    <groupId>org.assertj</groupId>
    <artifactId>assertj-vavr</artifactId>
    <version>${version}</version>
    <scope>test</scope>
</dependency>

Assertions

Starting point is org.assertj.vavr.api.VavrAssertions class. It contains assertions for all supported Vavr types.

You are encouraged to contribute any missing, useful assertions. To do so, please read the contributing section from assertj-core.