Package | Description |
---|---|
org.assertj.core.api |
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 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 . |
ListAssert<ELEMENT> |
ListAssert.contains(ELEMENT... values) |
ListAssert<ELEMENT> |
ListAssert.containsAnyOf(ELEMENT... values) |
ListAssert<ELEMENT> |
ListAssert.containsExactly(ELEMENT... values) |
ListAssert<ELEMENT> |
ListAssert.containsExactlyInAnyOrder(ELEMENT... values) |
ListAssert<ELEMENT> |
ListAssert.containsOnly(ELEMENT... values) |
ListAssert<ELEMENT> |
ListAssert.containsOnlyOnce(ELEMENT... values) |
ListAssert<ELEMENT> |
ListAssert.containsSequence(ELEMENT... sequence) |
ListAssert<ELEMENT> |
ListAssert.containsSubsequence(ELEMENT... sequence) |
ListAssert<ELEMENT> |
ListAssert.doesNotContain(ELEMENT... values) |
ListAssert<ELEMENT> |
ListAssert.doesNotContainSequence(ELEMENT... sequence) |
ListAssert<ELEMENT> |
ListAssert.doesNotContainSubsequence(ELEMENT... sequence) |
ListAssert<ELEMENT> |
ListAssert.endsWith(ELEMENT first,
ELEMENT... rest) |
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) |
ListAssert<ELEMENT> |
ListAssert.isSubsetOf(ELEMENT... values) |
protected ListAssert<ELEMENT> |
ListAssert.newAbstractIterableAssert(Iterable<? extends ELEMENT> iterable) |
ListAssert<ELEMENT> |
ListAssert.startsWith(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 . |
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 . |
Copyright © 2014–2019 AssertJ. All rights reserved.