com.leakyabstractions.result.assertj.package-info Maven / Gradle / Ivy
/**
* Provides AssertJ assertions for {@link com.leakyabstractions.result.api.Result} objects.
*
*
*
Fluent Assertions for Result
*
* You can use fluent assertions for Result objects in your unit tests to enhance the readability and expressiveness of
* your 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 Quick guide
* @see Source code
* @see com.leakyabstractions.result.assertj.ResultAssertions#assertThat(com.leakyabstractions.result.api.Result)
* @see com.leakyabstractions.result.api.Result
*/
package com.leakyabstractions.result.assertj;