| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Field and Description |
|---|---|
static InstanceOfAssertFactory<Iterable,IterableAssert<Object>> |
InstanceOfAssertFactories.ITERABLE
|
| Modifier and Type | Method and Description |
|---|---|
static <ELEMENT> IterableAssert<ELEMENT> |
AssertionsForInterfaceTypes.assertThat(Iterable<? extends ELEMENT> actual)
Creates a new instance of
. |
static <ELEMENT> IterableAssert<ELEMENT> |
Assertions.assertThat(Iterable<? extends ELEMENT> actual)
Creates a new instance of
. |
default <T> IterableAssert<T> |
WithAssertions.assertThat(Iterable<? extends T> actual)
Creates a new instance of
. |
default <T> IterableAssert<T> |
Java6StandardSoftAssertionsProvider.assertThat(Iterable<? extends T> actual)
Creates a new instance of
. |
default <ELEMENT> IterableAssert<ELEMENT> |
WithAssertions.assertThatIterable(Iterable<? extends ELEMENT> actual)
Creates a new instance of
. |
default <ELEMENT> IterableAssert<ELEMENT> |
Java6StandardSoftAssertionsProvider.assertThatIterable(Iterable<? extends ELEMENT> actual)
Creates a new instance of
. |
static <ELEMENT> IterableAssert<ELEMENT> |
IterableAssert.assertThatIterable(Iterable<? extends ELEMENT> actual) |
static <ELEMENT> IterableAssert<ELEMENT> |
AssertionsForInterfaceTypes.assertThatIterable(Iterable<? extends ELEMENT> actual)
Creates a new instance of
. |
static <ELEMENT> IterableAssert<ELEMENT> |
Assertions.assertThatIterable(Iterable<? extends ELEMENT> actual)
Creates a new instance of
. |
default <ELEMENT> IterableAssert<ELEMENT> |
WithAssumptions.assumeThat(Iterable<? extends ELEMENT> actual)
Creates a new instance of
assumption. |
static <ELEMENT> IterableAssert<ELEMENT> |
Assumptions.assumeThat(Iterable<? extends ELEMENT> actual)
Creates a new instance of
assumption. |
static <ELEMENT> IterableAssert<ELEMENT> |
Assumptions.assumeThatIterable(Iterable<? extends ELEMENT> actual)
Creates a new instance of
assumption. |
static <ELEMENT> IterableAssert<ELEMENT> |
BDDAssumptions.given(Iterable<? extends ELEMENT> actual)
Creates a new assumption's instance for an
Iterable value. |
static <ELEMENT> IterableAssert<ELEMENT> |
BDDAssumptions.givenIterable(Iterable<? extends ELEMENT> actual)
Creates a new assumption's instance of an
value. |
protected IterableAssert<ELEMENT> |
IterableAssert.newAbstractIterableAssert(Iterable<? extends ELEMENT> iterable) |
default <T> IterableAssert<T> |
Java6BDDSoftAssertionsProvider.then(Iterable<? extends T> actual)
Creates a new instance of
. |
static <T> IterableAssert<T> |
BDDAssertions.then(Iterable<? extends T> actual)
Creates a new instance of
. |
default <ELEMENT> IterableAssert<ELEMENT> |
Java6BDDSoftAssertionsProvider.thenIterable(Iterable<? extends ELEMENT> actual)
Creates a new instance of
. |
static <ELEMENT> IterableAssert<ELEMENT> |
BDDAssertions.thenIterable(Iterable<? extends ELEMENT> actual)
Creates a new instance of
. |
IterableAssert<ELEMENT> |
AbstractIteratorAssert.toIterable()
Creates a new
IterableAssert from this IteratorAssert which allows for
using any Iterable assertions like AbstractIterableAssert.contains(Object[]). |
| Modifier and Type | Method and Description |
|---|---|
static <ELEMENT> InstanceOfAssertFactory<Iterable,IterableAssert<ELEMENT>> |
InstanceOfAssertFactories.iterable(Class<ELEMENT> elementType)
InstanceOfAssertFactory for an Iterable. |
AbstractIterableAssert<IterableAssert<T>,Iterable<? extends T>,T,ObjectAssert<T>> |
IterableSizeAssert.returnToIterable() |
| Constructor and Description |
|---|
IterableSizeAssert(AbstractIterableAssert<IterableAssert<T>,Iterable<? extends T>,T,ObjectAssert<T>> source,
Integer i) |
Copyright © 2025. All rights reserved.