Uses of Class
org.assertj.core.api.IterableAssert
Packages that use IterableAssert
-
Uses of IterableAssert in org.assertj.core.api
Fields in org.assertj.core.api with type parameters of type IterableAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory
<Iterable, IterableAssert<Object>> InstanceOfAssertFactories.ITERABLE
Methods in org.assertj.core.api that return IterableAssertModifier and TypeMethodDescriptionstatic <ELEMENT> IterableAssert
<ELEMENT> Assertions.assertThat
(Iterable<? extends ELEMENT> actual) Creates a new instance of
.IterableAssert
static <ELEMENT> IterableAssert
<ELEMENT> AssertionsForInterfaceTypes.assertThat
(Iterable<? extends ELEMENT> actual) Creates a new instance of
.IterableAssert
default <T> IterableAssert
<T> Java6StandardSoftAssertionsProvider.assertThat
(Iterable<? extends T> actual) Creates a new instance of
.IterableAssert
default <T> IterableAssert
<T> WithAssertions.assertThat
(Iterable<? extends T> actual) Creates a new instance of
.IterableAssert
static <ELEMENT> IterableAssert
<ELEMENT> Assertions.assertThatIterable
(Iterable<? extends ELEMENT> actual) Creates a new instance of
.IterableAssert
static <ELEMENT> IterableAssert
<ELEMENT> AssertionsForInterfaceTypes.assertThatIterable
(Iterable<? extends ELEMENT> actual) Creates a new instance of
.IterableAssert
static <ELEMENT> IterableAssert
<ELEMENT> IterableAssert.assertThatIterable
(Iterable<? extends ELEMENT> actual) default <ELEMENT> IterableAssert
<ELEMENT> Java6StandardSoftAssertionsProvider.assertThatIterable
(Iterable<? extends ELEMENT> actual) Creates a new instance of
.IterableAssert
default <ELEMENT> IterableAssert
<ELEMENT> WithAssertions.assertThatIterable
(Iterable<? extends ELEMENT> actual) Creates a new instance of
.IterableAssert
static <ELEMENT> IterableAssert
<ELEMENT> Assumptions.assumeThat
(Iterable<? extends ELEMENT> actual) Creates a new instance of
assumption.IterableAssert
default <ELEMENT> IterableAssert
<ELEMENT> WithAssumptions.assumeThat
(Iterable<? extends ELEMENT> actual) Creates a new instance of
assumption.IterableAssert
static <ELEMENT> IterableAssert
<ELEMENT> Assumptions.assumeThatIterable
(Iterable<? extends ELEMENT> actual) Creates a new instance of
assumption.IterableAssert
static <ELEMENT> IterableAssert
<ELEMENT> Creates a new assumption's instance for anIterable
value.static <ELEMENT> IterableAssert
<ELEMENT> BDDAssumptions.givenIterable
(Iterable<? extends ELEMENT> actual) Creates a new assumption's instance of an
value.Iterable
protected IterableAssert
<ELEMENT> IterableAssert.newAbstractIterableAssert
(Iterable<? extends ELEMENT> iterable) static <T> IterableAssert
<T> Creates a new instance of
.IterableAssert
default <T> IterableAssert
<T> Creates a new instance of
.IterableAssert
static <ELEMENT> IterableAssert
<ELEMENT> BDDAssertions.thenIterable
(Iterable<? extends ELEMENT> actual) Creates a new instance of
.IterableAssert
default <ELEMENT> IterableAssert
<ELEMENT> Java6BDDSoftAssertionsProvider.thenIterable
(Iterable<? extends ELEMENT> actual) Creates a new instance of
.IterableAssert
AbstractIteratorAssert.toIterable()
Creates a newIterableAssert
from thisIteratorAssert
which allows for using any Iterable assertions likeAbstractIterableAssert.contains(Object[])
.Methods in org.assertj.core.api that return types with arguments of type IterableAssertModifier and TypeMethodDescriptionstatic <ELEMENT> InstanceOfAssertFactory
<Iterable, IterableAssert<ELEMENT>> InstanceOfAssertFactory
for anIterable
.AbstractIterableAssert
<IterableAssert<T>, Iterable<? extends T>, T, ObjectAssert<T>> IterableSizeAssert.returnToIterable()
Constructor parameters in org.assertj.core.api with type arguments of type IterableAssertModifierConstructorDescriptionIterableSizeAssert
(AbstractIterableAssert<IterableAssert<T>, Iterable<? extends T>, T, ObjectAssert<T>> source, Integer i)