| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Field and Description |
|---|---|
static InstanceOfAssertFactory<Iterator,IteratorAssert<Object>> |
InstanceOfAssertFactories.ITERATOR
|
| Modifier and Type | Method and Description |
|---|---|
static <ELEMENT> IteratorAssert<ELEMENT> |
AssertionsForInterfaceTypes.assertThat(Iterator<? extends ELEMENT> actual)
Creates a new instance of
. |
static <ELEMENT> IteratorAssert<ELEMENT> |
Assertions.assertThat(Iterator<? extends ELEMENT> actual)
Creates a new instance of
. |
default <T> IteratorAssert<T> |
WithAssertions.assertThat(Iterator<? extends T> actual)
Creates a new instance of
. |
default <T> IteratorAssert<T> |
Java6StandardSoftAssertionsProvider.assertThat(Iterator<? extends T> actual)
Creates a new instance of
. |
default <ELEMENT> IteratorAssert<ELEMENT> |
WithAssertions.assertThatIterator(Iterator<? extends ELEMENT> actual)
Creates a new instance of
. |
default <ELEMENT> IteratorAssert<ELEMENT> |
Java6StandardSoftAssertionsProvider.assertThatIterator(Iterator<? extends ELEMENT> actual)
Creates a new instance of
. |
static <ELEMENT> IteratorAssert<ELEMENT> |
IteratorAssert.assertThatIterator(Iterator<? extends ELEMENT> actual) |
static <ELEMENT> IteratorAssert<ELEMENT> |
AssertionsForInterfaceTypes.assertThatIterator(Iterator<? extends ELEMENT> actual)
Creates a new instance of
. |
static <ELEMENT> IteratorAssert<ELEMENT> |
Assertions.assertThatIterator(Iterator<? extends ELEMENT> actual)
Creates a new instance of
. |
default <ELEMENT> IteratorAssert<ELEMENT> |
WithAssumptions.assumeThat(Iterator<? extends ELEMENT> actual)
Creates a new instance of
assumption. |
static <ELEMENT> IteratorAssert<ELEMENT> |
Assumptions.assumeThat(Iterator<? extends ELEMENT> actual)
Creates a new instance of
assumption. |
static <ELEMENT> IteratorAssert<ELEMENT> |
Assumptions.assumeThatIterator(Iterator<? extends ELEMENT> actual)
Creates a new instance of
assumption. |
static <ELEMENT> IteratorAssert<ELEMENT> |
BDDAssumptions.given(Iterator<? extends ELEMENT> actual)
Creates a new assumption's instance for an
Iterator value. |
static <ELEMENT> IteratorAssert<ELEMENT> |
BDDAssumptions.givenIterator(Iterator<? extends ELEMENT> actual)
Creates a new assumption's instance of an
value. |
default <T> IteratorAssert<T> |
Java6BDDSoftAssertionsProvider.then(Iterator<? extends T> actual)
Creates a new instance of
. |
static <T> IteratorAssert<T> |
BDDAssertions.then(Iterator<? extends T> actual)
Creates a new instance of
. |
default <ELEMENT> IteratorAssert<ELEMENT> |
Java6BDDSoftAssertionsProvider.thenIterator(Iterator<? extends ELEMENT> actual)
Creates a new instance of
. |
static <ELEMENT> IteratorAssert<ELEMENT> |
BDDAssertions.thenIterator(Iterator<? extends ELEMENT> actual)
Creates a new instance of
. |
| Modifier and Type | Method and Description |
|---|---|
static <ELEMENT> InstanceOfAssertFactory<Iterator,IteratorAssert<ELEMENT>> |
InstanceOfAssertFactories.iterator(Class<ELEMENT> elementType)
InstanceOfAssertFactory for an Iterator. |
Copyright © 2025. All rights reserved.