Package com.leakyabstractions.result.assertj


package com.leakyabstractions.result.assertj
Provides fluent assertions for Result objects.

Result Library

Fluent Assertions for Result

You can use fluent assertions for Result objects to enhance the readability and expressiveness of your unit tests. These assertions are based on AssertJ, an open-source Java library that offers a fluent API for writing assertions in test cases.

Author:
Guillermo Calvo
See Also: