| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Method and Description |
|---|---|
<T> ObjectArrayAssert<T> |
AbstractSoftAssertions.assertThat(T[] actual)
Creates a new instance of
. |
static <T> ObjectArrayAssert<T> |
Assertions.assertThat(T[] actual)
Creates a new instance of
. |
ObjectArrayAssert<Tuple> |
AbstractObjectArrayAssert.extracting(String... fieldsOrProperties) |
ObjectArrayAssert<Object> |
AbstractObjectArrayAssert.extracting(String fieldOrProperty)
Extract the values of given field or property from the array's elements under test into a new array, this new array
becoming the array under test.
|
<P> ObjectArrayAssert<P> |
AbstractObjectArrayAssert.extracting(String fieldOrProperty,
Class<P> extractingType)
Extract the values of given field or property from the array's elements under test into a new array, this new array
becoming the array under test with type.
|
ObjectArrayAssert<Object> |
AbstractObjectArrayAssert.extractingResultOf(String method)
Extract the result of given method invocation from the array's elements under test into a new array, this new array
becoming the array under test.
|
<P> ObjectArrayAssert<P> |
AbstractObjectArrayAssert.extractingResultOf(String method,
Class<P> extractingType)
Extract the result of given method invocation from the array's elements under test into a new array, this new array
becoming the array under test.
|
static <T> ObjectArrayAssert<T> |
BDDAssertions.then(T[] actual)
Creates a new instance of
. |
Copyright © 2013-2014 AssertJ. All Rights Reserved.