Uses of Class
org.assertj.core.api.ListAssert
Packages that use ListAssert
-
Uses of ListAssert in org.assertj.core.api
Fields in org.assertj.core.api with type parameters of type ListAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory<DoubleStream,
ListAssert<Double>> InstanceOfAssertFactories.DOUBLE_STREAM
static final InstanceOfAssertFactory<IntStream,
ListAssert<Integer>> InstanceOfAssertFactories.INT_STREAM
InstanceOfAssertFactory
for anIntStream
.static final InstanceOfAssertFactory<List,
ListAssert<Object>> InstanceOfAssertFactories.LIST
static final InstanceOfAssertFactory<LongStream,
ListAssert<Long>> InstanceOfAssertFactories.LONG_STREAM
static final InstanceOfAssertFactory<Stream,
ListAssert<Object>> InstanceOfAssertFactories.STREAM
Methods in org.assertj.core.api that return ListAssertModifier and TypeMethodDescriptionstatic <ELEMENT> ListAssert<ELEMENT>
Assertions.assertThat
(List<? extends ELEMENT> actual) Creates a new instance of
.ListAssert
static ListAssert<Double>
Assertions.assertThat
(DoubleStream actual) Creates a new instance of
from the givenListAssert
DoubleStream
.static ListAssert<Integer>
Assertions.assertThat
(IntStream actual) Creates a new instance of
from the givenListAssert
IntStream
.static ListAssert<Long>
Assertions.assertThat
(LongStream actual) Creates a new instance of
from the givenListAssert
LongStream
.static <ELEMENT> ListAssert<ELEMENT>
Assertions.assertThat
(Stream<? extends ELEMENT> actual) Creates a new instance of
from the givenListAssert
Stream
.static <ELEMENT> ListAssert<ELEMENT>
AssertionsForInterfaceTypes.assertThat
(List<? extends ELEMENT> actual) Creates a new instance of
.ListAssert
static ListAssert<Double>
AssertionsForInterfaceTypes.assertThat
(DoubleStream actual) Creates a new instance of
from the givenListAssert
DoubleStream
.static ListAssert<Integer>
AssertionsForInterfaceTypes.assertThat
(IntStream actual) Creates a new instance of
from the givenListAssert
IntStream
.static ListAssert<Long>
AssertionsForInterfaceTypes.assertThat
(LongStream actual) Creates a new instance of
from the givenListAssert
LongStream
.static <ELEMENT> ListAssert<ELEMENT>
AssertionsForInterfaceTypes.assertThat
(Stream<? extends ELEMENT> actual) Creates a new instance of
from the givenListAssert
Stream
.default <T> ListAssert<T>
WithAssertions.assertThat
(List<? extends T> actual) Creates a new instance of
.ListAssert
default ListAssert<Double>
WithAssertions.assertThat
(DoubleStream actual) Creates a new instance of
from the givenListAssert
DoubleStream
.default ListAssert<Integer>
WithAssertions.assertThat
(IntStream actual) Creates a new instance of
from the givenListAssert
IntStream
.default ListAssert<Long>
WithAssertions.assertThat
(LongStream actual) Creates a new instance of
from the givenListAssert
LongStream
.default <ELEMENT> ListAssert<ELEMENT>
WithAssertions.assertThat
(Stream<? extends ELEMENT> actual) Creates a new instance of
from the givenListAssert
Stream
.final ListAssert<ELEMENT>
final ListAssert<ELEMENT>
ListAssert.containsAnyOf
(ELEMENT... values) final ListAssert<ELEMENT>
ListAssert.containsExactly
(ELEMENT... values) final ListAssert<ELEMENT>
ListAssert.containsExactlyInAnyOrder
(ELEMENT... values) final ListAssert<ELEMENT>
ListAssert.containsOnly
(ELEMENT... values) final ListAssert<ELEMENT>
ListAssert.containsOnlyOnce
(ELEMENT... values) final ListAssert<ELEMENT>
ListAssert.containsSequence
(ELEMENT... sequence) final ListAssert<ELEMENT>
ListAssert.containsSubsequence
(ELEMENT... sequence) final ListAssert<ELEMENT>
ListAssert.doesNotContain
(ELEMENT... values) final ListAssert<ELEMENT>
ListAssert.doesNotContainSequence
(ELEMENT... sequence) final ListAssert<ELEMENT>
ListAssert.doesNotContainSubsequence
(ELEMENT... sequence) final ListAssert<ELEMENT>
ListAssert.isExactlyInstanceOf
(Class<?> type) ListAssert.isInstanceOf
(Class<?> type) ListAssert.isInstanceOfAny
(Class<?>... types) ListAssert.isNotExactlyInstanceOf
(Class<?> type) ListAssert.isNotInstanceOf
(Class<?> type) ListAssert.isNotInstanceOfAny
(Class<?>... types) ListAssert.isNotOfAnyClassIn
(Class<?>... types) ListAssert.isNotSameAs
(Object expected) ListAssert.isOfAnyClassIn
(Class<?>... types) final ListAssert<ELEMENT>
ListAssert.isSubsetOf
(ELEMENT... values) protected ListAssert<ELEMENT>
ListAssert.newAbstractIterableAssert
(Iterable<? extends ELEMENT> iterable) final ListAssert<ELEMENT>
ListAssert.satisfiesExactly
(Consumer<? super ELEMENT>... requirements) final ListAssert<ELEMENT>
ListAssert.satisfiesExactlyInAnyOrder
(Consumer<? super ELEMENT>... requirements) final ListAssert<ELEMENT>
ListAssert.startsWith
(ELEMENT... sequence) static <T> ListAssert<T>
Creates a new instance of
.ListAssert
static ListAssert<Double>
BDDAssertions.then
(DoubleStream actual) Creates a new instance of
from the givenListAssert
DoubleStream
.static ListAssert<Integer>
Creates a new instance of
from the givenListAssert
IntStream
.static ListAssert<Long>
BDDAssertions.then
(LongStream actual) Creates a new instance of
from the givenListAssert
LongStream
.static <ELEMENT> ListAssert<ELEMENT>
Creates a new instance of
from the givenListAssert
Stream
.Methods in org.assertj.core.api that return types with arguments of type ListAssertModifier and TypeMethodDescriptionstatic <ELEMENT> InstanceOfAssertFactory<List,
ListAssert<ELEMENT>> InstanceOfAssertFactory
for aList
.static <ELEMENT> InstanceOfAssertFactory<Stream,
ListAssert<ELEMENT>> InstanceOfAssertFactory
for aStream
.