|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectArrayAssert | |
|---|---|
| org.assertj.core.api | |
| Uses of ObjectArrayAssert in org.assertj.core.api |
|---|
| Methods in org.assertj.core.api that return ObjectArrayAssert | ||
|---|---|---|
|
AbstractSoftAssertions.assertThat(T[] actual)
Creates a new instance of . |
|
|
AbstractObjectArrayAssert.extracting(Extractor<? super T,U> extractor)
Extract the values from Iterable's elements after test by applying an extracting function on them. |
|
ObjectArrayAssert<Tuple> |
AbstractObjectArrayAssert.extracting(String... propertiesOrFields)
Extract the values of given fields/properties from the array's elements under test into a new array composed of Tuple (a simple data structure), this new array becoming the array under test. |
|
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. |
|
|
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. |
|
|
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. |
|
|
AbstractObjectArrayAssert.flatExtracting(Extractor<? super T,C> extractor)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||