Uses of Class
org.assertj.vavr.api.SetAssert
-
Packages that use SetAssert Package Description org.assertj.vavr.api org.assertj.vavr.api.soft -
-
Uses of SetAssert in org.assertj.vavr.api
Methods in org.assertj.vavr.api that return SetAssert Modifier and Type Method Description static <VALUE> SetAssert<VALUE>VavrAssertions. assertThat(io.vavr.collection.Set<VALUE> actual)Creates assertion forSet.protected SetAssert<ELEMENT>SetAssert. newAbstractIterableAssert(Iterable<? extends ELEMENT> iterable) -
Uses of SetAssert in org.assertj.vavr.api.soft
Methods in org.assertj.vavr.api.soft that return SetAssert Modifier and Type Method Description default <VALUE> SetAssert<VALUE>StandardSoftVavrAssertionsProvider. assertThat(io.vavr.collection.Set<VALUE> actual)Creates assertion forSet.
-