Uses of Package
org.assertj.core.api.recursive.comparison
Packages that use org.assertj.core.api.recursive.comparison
Package
Description
-
Classes in org.assertj.core.api.recursive.comparison used by org.assertj.core.apiClassDescriptionDefines how objects are introspected in the recursive comparison, the main operations it specifies are: how to traverse the graph of nodes to compare how to get a child node value
-
Classes in org.assertj.core.api.recursive.comparison used by org.assertj.core.api.recursive
-
-
Classes in org.assertj.core.api.recursive.comparison used by org.assertj.core.api.recursive.comparisonClassDescriptionA
RecursiveComparisonIntrospectionStrategythat introspects fields including inherited ones but ignores static and synthetic fields.ARecursiveComparisonIntrospectionStrategythat introspects fields provided their normalized name.ARecursiveComparisonIntrospectionStrategythat introspects properties by looking at public getters likegetName()orisActive()/getActive()for boolean properties.ARecursiveComparisonIntrospectionStrategythat transforms snake case field names into camel case.Introspects all fields (including inherited ones) and get their value according toPropertyOrFieldSupport.getSimpleValue(String, Object).An internal holder of the comparators for fields described by their path without element index.Represents the path to a given field.Builder to buildRecursiveComparisonConfiguration.Defines how objects are introspected in the recursive comparison, the main operations it specifies are: how to traverse the graph of nodes to compare how to get a child node value -
Classes in org.assertj.core.api.recursive.comparison used by org.assertj.core.errorClassDescriptionRepresents the path to a given field.
-
Classes in org.assertj.core.api.recursive.comparison used by org.assertj.core.internal