Assertj Vavr Save

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

Project README

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.

Want to contribute?

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

Open Source Agenda is not affiliated with "Assertj Vavr" Project. README Source: assertj/assertj-vavr
Stars
48
Open Issues
1
Last Commit
2 months ago
License

Open Source Agenda Badge

Open Source Agenda Rating