Uses of Class
org.assertj.core.api.SoftAssertionIterableAssert
-
Packages that use SoftAssertionIterableAssert Package Description org.assertj.core.api -
-
Uses of SoftAssertionIterableAssert in org.assertj.core.api
Methods in org.assertj.core.api that return SoftAssertionIterableAssert Modifier and Type Method Description <T> SoftAssertionIterableAssert<T>
Java6AbstractStandardSoftAssertions. assertThat(Iterable<? extends T> actual)
Creates a new instance of
.IterableAssert
<T> SoftAssertionIterableAssert<T>
Java6AbstractStandardSoftAssertions. assertThat(Iterator<T> actual)
Creates a new instance of
.IterableAssert
<T> SoftAssertionIterableAssert<T>
Java6AbstractBDDSoftAssertions. then(Iterable<? extends T> actual)
Creates a new instance of
.IterableAssert
<T> SoftAssertionIterableAssert<T>
Java6AbstractBDDSoftAssertions. then(Iterator<T> actual)
Creates a new instance of
.IterableAssert
-