| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2013 AssertJ. All Rights Reserved.