An open API service indexing awesome lists of open source software.

https://github.com/assertj/assertj-vavr

Assertions for Vavr - http://www.vavr.io/
https://github.com/assertj/assertj-vavr

assertions assertj vavr

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.assertj/assertj-vavr/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.assertj/assertj-vavr)

# assertj-vavr
Assertions for [Vavr](http://www.vavr.io/)

## Usage

### Dependency in your project:
- build.gradle:
```groovy
implementation "org.assertj:assertj-vavr:$version"
```
- pom.xml:
```xml

org.assertj
assertj-vavr
${version}
test

```

### 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](https://github.com/joel-costigliola/assertj-core/blob/main/CONTRIBUTING.md) from assertj-core.