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> Assertions.assertThatIterator
(Iterator<? extends ELEMENT> actual) Creates a new instance of
.IteratorAssert
static <ELEMENT> IteratorAssert
<ELEMENT> AssertionsForInterfaceTypes.assertThatIterator
(Iterator<? extends ELEMENT> actual) Creates a new instance of
.IteratorAssert
static <ELEMENT> IteratorAssert
<ELEMENT> IteratorAssert.assertThatIterator
(Iterator<? extends ELEMENT> actual) default <ELEMENT> IteratorAssert
<ELEMENT> Java6StandardSoftAssertionsProvider.assertThatIterator
(Iterator<? extends ELEMENT> actual) Creates a new instance of
.IteratorAssert
default <ELEMENT> IteratorAssert
<ELEMENT> WithAssertions.assertThatIterator
(Iterator<? extends ELEMENT> 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> Assumptions.assumeThatIterator
(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 <ELEMENT> IteratorAssert
<ELEMENT> BDDAssumptions.givenIterator
(Iterator<? extends ELEMENT> actual) Creates a new assumption's instance of an
value.Iterator
static <T> IteratorAssert
<T> Creates a new instance of
.IteratorAssert
default <T> IteratorAssert
<T> Creates a new instance of
.IteratorAssert
static <ELEMENT> IteratorAssert
<ELEMENT> BDDAssertions.thenIterator
(Iterator<? extends ELEMENT> actual) Creates a new instance of
.IteratorAssert
default <ELEMENT> IteratorAssert
<ELEMENT> Java6BDDSoftAssertionsProvider.thenIterator
(Iterator<? extends ELEMENT> actual) 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
.