Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Method and Description |
---|---|
<T> SoftAssertionIterableAssert<T> |
Java6AbstractStandardSoftAssertions.assertThat(java.lang.Iterable<? extends T> actual)
Creates a new instance of
. |
<T> SoftAssertionIterableAssert<T> |
Java6AbstractStandardSoftAssertions.assertThat(java.util.Iterator<T> actual)
Creates a new instance of
. |
<T> SoftAssertionIterableAssert<T> |
Java6AbstractBDDSoftAssertions.then(java.lang.Iterable<? extends T> actual)
Creates a new instance of
. |
<T> SoftAssertionIterableAssert<T> |
Java6AbstractBDDSoftAssertions.then(java.util.Iterator<T> actual)
Creates a new instance of
. |