Uses of Class
org.assertj.vavr.api.EitherAssert
-
Packages that use EitherAssert Package Description org.assertj.vavr.api org.assertj.vavr.api.soft -
-
Uses of EitherAssert in org.assertj.vavr.api
Methods in org.assertj.vavr.api that return EitherAssert Modifier and Type Method Description static <LEFT,RIGHT>
EitherAssert<LEFT,RIGHT>VavrAssertions. assertThat(io.vavr.control.Either<LEFT,RIGHT> actual)Creates assertion forEither. -
Uses of EitherAssert in org.assertj.vavr.api.soft
Methods in org.assertj.vavr.api.soft that return EitherAssert Modifier and Type Method Description default <LEFT,RIGHT>
EitherAssert<LEFT,RIGHT>StandardSoftVavrAssertionsProvider. assertThat(io.vavr.control.Either<LEFT,RIGHT> actual)Creates assertion forEither.
-