Uses of Class
org.assertj.core.api.recursive.comparison.FieldLocation
Packages that use FieldLocation
-
Uses of FieldLocation in org.assertj.core.api.recursive.comparison
Methods in org.assertj.core.api.recursive.comparison that return types with arguments of type FieldLocationModifier and TypeMethodDescriptionRecursiveComparisonConfiguration.getComparedFields()Returns the set of fields to compare from the object under test (no other fields will be compared).Methods in org.assertj.core.api.recursive.comparison with parameters of type FieldLocationModifier and TypeMethodDescriptionintFieldLocation.compareTo(FieldLocation other) booleanFieldLocation.hasChild(FieldLocation child) Returns true if this field has the given child (direct or indirect), false otherwise.booleanFieldLocation.hasParent(FieldLocation parent) Returns true if this has the given parent (direct or indirect), false otherwise.Constructors in org.assertj.core.api.recursive.comparison with parameters of type FieldLocationModifierConstructorDescriptionDualValue(FieldLocation fieldLocation, Object actualFieldValue, Object expectedFieldValue)