assertj / assertj-vavr

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:Apache License 2.0


Languages

Language:Java 100.0%