AbstractListAssert<?,java.util.List<? extends Tuple>,Tuple,ObjectAssert<Tuple>> |
AbstractIterableAssert.extracting(java.lang.String... propertiesOrFields) |
Extract the values of the given fields/properties from the Iterable's elements under test into a new Iterable composed
of Tuples (a simple data structure), this new Iterable becoming the Iterable under test.
|
AbstractListAssert<?,java.util.List<? extends Tuple>,Tuple,ObjectAssert<Tuple>> |
AbstractIterableAssert.extracting(java.lang.String... propertiesOrFields) |
Extract the values of the given fields/properties from the Iterable's elements under test into a new Iterable composed
of Tuples (a simple data structure), this new Iterable becoming the Iterable under test.
|
AbstractListAssert<?,java.util.List<? extends Tuple>,Tuple,ObjectAssert<Tuple>> |
AbstractIterableAssert.extracting(java.lang.String... propertiesOrFields) |
Extract the values of the given fields/properties from the Iterable's elements under test into a new Iterable composed
of Tuples (a simple data structure), this new Iterable becoming the Iterable under test.
|
ListAssert<Tuple> |
AbstractIterableAssert.extracting(java.util.function.Function<ELEMENT,?>... extractors) |
Use the given Function s to extract the values from the Iterable 's elements into a new Iterable
composed of Tuple s (a simple data structure containing the extracted values), this new Iterable becoming the
object under test.
|
ObjectArrayAssert<Tuple> |
AbstractObjectArrayAssert.extracting(java.lang.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<Tuple> |
AbstractObjectArrayAssert.extracting(java.util.function.Function<ELEMENT,?>... extractors) |
Use the given Function s to extract the values from the array's elements into a new array
composed of Tuple s (a simple data structure containing the extracted values), this new array becoming the
object under test.
|
ObjectArrayAssert<Tuple> |
AtomicReferenceArrayAssert.extracting(java.lang.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.
|