Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractObjectArrayAssert<SELF extends AbstractObjectArrayAssert<SELF,ELEMENT>,ELEMENT> |
Assertion methods for arrays of objects.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ObjectArrayAssert<ELEMENT> |
Assertion methods for arrays of objects.
|
Modifier and Type | Method | Description |
---|---|---|
static <T> AbstractObjectArrayAssert<?,T> |
Assertions.assertThat(T[] actual) |
Creates a new instance of
. |
static <T> AbstractObjectArrayAssert<?,T> |
AssertionsForClassTypes.assertThat(T[] actual) |
Creates a new instance of
. |
static <T> AbstractObjectArrayAssert<?,T> |
Java6Assertions.assertThat(T[] actual) |
Creates a new instance of
. |
default <T> AbstractObjectArrayAssert<?,T> |
WithAssertions.assertThat(T[] actual) |
Delegate call to
Assertions.assertThat(Object[]) |
AbstractObjectArrayAssert<?,Object> |
AbstractMapAssert.extracting(String... keys) |
Extract the values of given keys from the map under test into an array, this new array becoming
the object under test.
|
AbstractObjectArrayAssert<?,Object> |
AbstractObjectAssert.extracting(String... propertiesOrFields) |
Extract the values of given fields/properties from the object under test into an array, this new array becoming
the object under test.
|
AbstractObjectArrayAssert<?,Object> |
AbstractObjectAssert.extracting(Function<? super ACTUAL,Object>... extractors) |
Use the given
Function s to extract the values from the object under test into an array, this new array becoming
the object under test. |
static <T> AbstractObjectArrayAssert<?,T> |
BDDAssertions.then(T[] actual) |
Creates a new instance of
. |
static <T> AbstractObjectArrayAssert<?,T> |
Java6BDDAssertions.then(T[] actual) |
Creates a new instance of
. |
Copyright © 2014–2019. All rights reserved.