| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Field and Description |
|---|---|
static InstanceOfAssertFactory<DoubleStream,ListAssert<Double>> |
InstanceOfAssertFactories.DOUBLE_STREAM
|
static InstanceOfAssertFactory<IntStream,ListAssert<Integer>> |
InstanceOfAssertFactories.INT_STREAM
InstanceOfAssertFactory for an IntStream. |
static InstanceOfAssertFactory<List,ListAssert<Object>> |
InstanceOfAssertFactories.LIST
|
static InstanceOfAssertFactory<LongStream,ListAssert<Long>> |
InstanceOfAssertFactories.LONG_STREAM
|
static InstanceOfAssertFactory<Stream,ListAssert<Object>> |
InstanceOfAssertFactories.STREAM
|
| Modifier and Type | Method and Description |
|---|---|
default ListAssert<Double> |
WithAssertions.assertThat(DoubleStream actual)
Creates a new instance of
from the given DoubleStream. |
static ListAssert<Double> |
AssertionsForInterfaceTypes.assertThat(DoubleStream actual)
Creates a new instance of
from the given DoubleStream. |
static ListAssert<Double> |
Assertions.assertThat(DoubleStream actual)
Creates a new instance of
from the given DoubleStream. |
default ListAssert<Integer> |
WithAssertions.assertThat(IntStream actual)
Creates a new instance of
from the given IntStream. |
static ListAssert<Integer> |
AssertionsForInterfaceTypes.assertThat(IntStream actual)
Creates a new instance of
from the given IntStream. |
static ListAssert<Integer> |
Assertions.assertThat(IntStream actual)
Creates a new instance of
from the given IntStream. |
static <ELEMENT> ListAssert<ELEMENT> |
AssertionsForInterfaceTypes.assertThat(List<? extends ELEMENT> actual)
Creates a new instance of
. |
static <ELEMENT> ListAssert<ELEMENT> |
Assertions.assertThat(List<? extends ELEMENT> actual)
Creates a new instance of
. |
default <T> ListAssert<T> |
WithAssertions.assertThat(List<? extends T> actual)
Creates a new instance of
. |
default <T> ListAssert<T> |
Java6StandardSoftAssertionsProvider.assertThat(List<? extends T> actual)
Creates a new instance of
. |
default ListAssert<Long> |
WithAssertions.assertThat(LongStream actual)
Creates a new instance of
from the given LongStream. |
static ListAssert<Long> |
AssertionsForInterfaceTypes.assertThat(LongStream actual)
Creates a new instance of
from the given LongStream. |
static ListAssert<Long> |
Assertions.assertThat(LongStream actual)
Creates a new instance of
from the given LongStream. |
default <ELEMENT> ListAssert<ELEMENT> |
WithAssertions.assertThat(Stream<? extends ELEMENT> actual)
Creates a new instance of
from the given Stream. |
static <ELEMENT> ListAssert<ELEMENT> |
AssertionsForInterfaceTypes.assertThat(Stream<? extends ELEMENT> actual)
Creates a new instance of
from the given Stream. |
static <ELEMENT> ListAssert<ELEMENT> |
Assertions.assertThat(Stream<? extends ELEMENT> actual)
Creates a new instance of
from the given Stream. |
static ListAssert<Double> |
ListAssert.assertThatDoubleStream(DoubleStream actual) |
static ListAssert<Integer> |
ListAssert.assertThatIntStream(IntStream actual) |
default <ELEMENT> ListAssert<ELEMENT> |
WithAssertions.assertThatList(List<? extends ELEMENT> actual)
Creates a new instance of
. |
static <ELEMENT> ListAssert<ELEMENT> |
ListAssert.assertThatList(List<? extends ELEMENT> actual) |
default <ELEMENT> ListAssert<ELEMENT> |
Java6StandardSoftAssertionsProvider.assertThatList(List<? extends ELEMENT> actual)
Creates a new instance of
. |
static <ELEMENT> ListAssert<ELEMENT> |
AssertionsForInterfaceTypes.assertThatList(List<? extends ELEMENT> actual)
Creates a new instance of
. |
static <ELEMENT> ListAssert<ELEMENT> |
Assertions.assertThatList(List<? extends ELEMENT> actual)
Creates a new instance of
. |
static ListAssert<Long> |
ListAssert.assertThatLongStream(LongStream actual) |
default <ELEMENT> ListAssert<ELEMENT> |
WithAssertions.assertThatStream(Stream<? extends ELEMENT> actual)
Creates a new instance of
from the given Stream. |
static <ELEMENT> ListAssert<ELEMENT> |
ListAssert.assertThatStream(Stream<? extends ELEMENT> actual) |
static <ELEMENT> ListAssert<ELEMENT> |
AssertionsForInterfaceTypes.assertThatStream(Stream<? extends ELEMENT> actual)
Creates a new instance of
from the given Stream. |
static <ELEMENT> ListAssert<ELEMENT> |
Assertions.assertThatStream(Stream<? extends ELEMENT> actual)
Creates a new instance of
from the given Stream. |
ListAssert<ELEMENT> |
ListAssert.isEqualTo(Object expected) |
ListAssert<ELEMENT> |
ListAssert.isExactlyInstanceOf(Class<?> type) |
ListAssert<ELEMENT> |
ListAssert.isInstanceOf(Class<?> type) |
ListAssert<ELEMENT> |
ListAssert.isInstanceOfAny(Class<?>... types) |
ListAssert<ELEMENT> |
ListAssert.isNotExactlyInstanceOf(Class<?> type) |
ListAssert<ELEMENT> |
ListAssert.isNotInstanceOf(Class<?> type) |
ListAssert<ELEMENT> |
ListAssert.isNotInstanceOfAny(Class<?>... types) |
ListAssert<ELEMENT> |
ListAssert.isNotOfAnyClassIn(Class<?>... types) |
ListAssert<ELEMENT> |
ListAssert.isNotSameAs(Object expected) |
ListAssert<ELEMENT> |
ListAssert.isOfAnyClassIn(Class<?>... types) |
ListAssert<ELEMENT> |
ListAssert.isSameAs(Object expected) |
protected ListAssert<ELEMENT> |
ListAssert.newAbstractIterableAssert(Iterable<? extends ELEMENT> iterable) |
protected ListAssert<ELEMENT> |
ListAssert.startsWithForProxy(ELEMENT[] sequence) |
static ListAssert<Double> |
BDDAssertions.then(DoubleStream actual)
Creates a new instance of
from the given DoubleStream. |
static ListAssert<Integer> |
BDDAssertions.then(IntStream actual)
Creates a new instance of
from the given IntStream. |
default <T> ListAssert<T> |
Java6BDDSoftAssertionsProvider.then(List<? extends T> actual)
Creates a new instance of
. |
static <T> ListAssert<T> |
BDDAssertions.then(List<? extends T> actual)
Creates a new instance of
. |
static ListAssert<Long> |
BDDAssertions.then(LongStream actual)
Creates a new instance of
from the given LongStream. |
static <ELEMENT> ListAssert<ELEMENT> |
BDDAssertions.then(Stream<? extends ELEMENT> actual)
Creates a new instance of
from the given Stream. |
default <ELEMENT> ListAssert<ELEMENT> |
Java6BDDSoftAssertionsProvider.thenList(List<? extends ELEMENT> actual)
Creates a new instance of
. |
static <ELEMENT> ListAssert<ELEMENT> |
BDDAssertions.thenList(List<? extends ELEMENT> actual)
Creates a new instance of
. |
default <ELEMENT> ListAssert<ELEMENT> |
BDDSoftAssertionsProvider.thenStream(Stream<? extends ELEMENT> actual)
Creates a new instance of
from the given Stream. |
static <ELEMENT> ListAssert<ELEMENT> |
BDDAssertions.thenStream(Stream<? extends ELEMENT> actual)
Creates a new instance of
from the given Stream. |
| Modifier and Type | Method and Description |
|---|---|
default <ELEMENT> FactoryBasedNavigableListAssert<ListAssert<ELEMENT>,List<? extends ELEMENT>,ELEMENT,ObjectAssert<ELEMENT>> |
WithAssumptions.assumeThat(List<? extends ELEMENT> list)
Creates a new instance of
assumption. |
static <ELEMENT> FactoryBasedNavigableListAssert<ListAssert<ELEMENT>,List<? extends ELEMENT>,ELEMENT,ObjectAssert<ELEMENT>> |
Assumptions.assumeThat(List<? extends ELEMENT> actual)
Creates a new instance of
assumption. |
static <ELEMENT> FactoryBasedNavigableListAssert<ListAssert<ELEMENT>,List<? extends ELEMENT>,ELEMENT,ObjectAssert<ELEMENT>> |
Assumptions.assumeThatList(List<? extends ELEMENT> actual)
Creates a new instance of
assumption. |
static <ELEMENT> FactoryBasedNavigableListAssert<ListAssert<ELEMENT>,List<? extends ELEMENT>,ELEMENT,ObjectAssert<ELEMENT>> |
BDDAssumptions.given(List<? extends ELEMENT> actual)
Creates a new assumption's instance for a
List value. |
static <ELEMENT> FactoryBasedNavigableListAssert<ListAssert<ELEMENT>,List<? extends ELEMENT>,ELEMENT,ObjectAssert<ELEMENT>> |
BDDAssumptions.givenList(List<? extends ELEMENT> actual)
Creates a new assumption's instance of a
value. |
static <ELEMENT> InstanceOfAssertFactory<List,ListAssert<ELEMENT>> |
InstanceOfAssertFactories.list(Class<ELEMENT> elementType)
InstanceOfAssertFactory for a List. |
static <ELEMENT> InstanceOfAssertFactory<Stream,ListAssert<ELEMENT>> |
InstanceOfAssertFactories.stream(Class<ELEMENT> elementType)
InstanceOfAssertFactory for a Stream. |
Copyright © 2025. All rights reserved.