| Package | Description |
|---|---|
| org.assertj.core.api.recursive.comparison |
| Modifier and Type | Method and Description |
|---|---|
Set<FieldLocation> |
RecursiveComparisonConfiguration.getComparedFields()
Returns the set of fields to compare from the object under test (no other fields will be compared).
|
| Modifier and Type | Method and Description |
|---|---|
int |
FieldLocation.compareTo(FieldLocation other) |
boolean |
FieldLocation.hasChild(FieldLocation child)
Returns true if this field has the given child (direct or indirect), false otherwise.
|
boolean |
FieldLocation.hasParent(FieldLocation parent)
Returns true if this has the given parent (direct or indirect), false otherwise.
|
| Constructor and Description |
|---|
DualValue(FieldLocation fieldLocation,
Object actualFieldValue,
Object expectedFieldValue) |
Copyright © 2025. All rights reserved.