|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Extractor | |
|---|---|
| org.assertj.core.api | |
| org.assertj.core.extractor | |
| org.assertj.core.groups | |
| Uses of Extractor in org.assertj.core.api |
|---|
| Methods in org.assertj.core.api with parameters of type Extractor | ||
|---|---|---|
|
AbstractObjectArrayAssert.extracting(Extractor<? super T,U> extractor)
Extract the values from Iterable's elements after test by applying an extracting function on them. |
|
|
AbstractIterableAssert.extracting(Extractor<? super T,V> extractor)
Extract the values from Iterable's elements under test by applying an extracting function on them. |
|
|
AbstractIterableAssert.flatExtracting(Extractor<? super T,? extends Collection<V>> extractor)
Extract the Iterable values from Iterable's elements under test by applying an Iterable extracting function on them and concatenating the result lists. |
|
|
AbstractObjectArrayAssert.flatExtracting(Extractor<? super T,C> extractor)
|
|
| Uses of Extractor in org.assertj.core.extractor |
|---|
| Classes in org.assertj.core.extractor that implement Extractor | |
|---|---|
class |
ToStringExtractor
Extracts Object.toString() from any object |
| Methods in org.assertj.core.extractor that return Extractor | ||
|---|---|---|
static
|
Extractors.byName(String... fieldsOrProperties)
Provides extractor for extracting multiple fields or properties from any object using reflection |
|
static
|
Extractors.byName(String fieldOrProperty)
Provides extractor for extracting single field or property from any object using reflection |
|
static
|
Extractors.resultOf(String methodName)
Provides extractor for extracting values by method name from any object using reflection |
|
static Extractor<?,String> |
Extractors.toStringMethod()
Provides extractor for extracting Object.toString() from any object |
|
| Uses of Extractor in org.assertj.core.groups |
|---|
| Methods in org.assertj.core.groups with parameters of type Extractor | ||
|---|---|---|
static
|
FieldsOrPropertiesExtractor.extract(F[] objects,
Extractor<? super F,T> extractor)
Call FieldsOrPropertiesExtractor.extract(Iterable, Extractor) after converting objects to an iterable. |
|
static
|
FieldsOrPropertiesExtractor.extract(Iterable<? extends F> objects,
Extractor<? super F,T> extractor)
Behavior is described in AbstractIterableAssert.extracting(Extractor) |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||