Uses of Class
org.assertj.core.api.IteratorAssert
Packages that use IteratorAssert
-
Uses of IteratorAssert in org.assertj.core.api
Fields in org.assertj.core.api with type parameters of type IteratorAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory<Iterator,
IteratorAssert<Object>> InstanceOfAssertFactories.ITERATOR
Methods in org.assertj.core.api that return IteratorAssertModifier and TypeMethodDescriptionstatic <ELEMENT> IteratorAssert<ELEMENT>
Assertions.assertThat
(Iterator<? extends ELEMENT> actual) Creates a new instance of
.IteratorAssert
static <ELEMENT> IteratorAssert<ELEMENT>
AssertionsForInterfaceTypes.assertThat
(Iterator<? extends ELEMENT> actual) Creates a new instance of
.IteratorAssert
default <T> IteratorAssert<T>
Java6StandardSoftAssertionsProvider.assertThat
(Iterator<? extends T> actual) Creates a new instance of
.IteratorAssert
default <T> IteratorAssert<T>
WithAssertions.assertThat
(Iterator<? extends T> actual) Creates a new instance of
.IteratorAssert
static <ELEMENT> IteratorAssert<ELEMENT>
Assumptions.assumeThat
(Iterator<? extends ELEMENT> actual) Creates a new instance of
assumption.IteratorAssert
default <ELEMENT> IteratorAssert<ELEMENT>
WithAssumptions.assumeThat
(Iterator<? extends ELEMENT> actual) Creates a new instance of
assumption.IteratorAssert
static <ELEMENT> IteratorAssert<ELEMENT>
Creates a new assumption's instance for anIterator
value.static <T> IteratorAssert<T>
Creates a new instance of
.IteratorAssert
default <T> IteratorAssert<T>
Creates a new instance of
.IteratorAssert
Methods in org.assertj.core.api that return types with arguments of type IteratorAssertModifier and TypeMethodDescriptionstatic <ELEMENT> InstanceOfAssertFactory<Iterator,
IteratorAssert<ELEMENT>> InstanceOfAssertFactory
for anIterator
.