Uses of Class
org.assertj.core.internal.DeepDifference.Difference
Packages that use DeepDifference.Difference
-
Uses of DeepDifference.Difference in org.assertj.core.error
Methods in org.assertj.core.error with parameters of type DeepDifference.DifferenceModifier and TypeMethodDescriptionprivate static String
ShouldBeEqualByComparingFieldByFieldRecursively.describeDifference
(DeepDifference.Difference difference, Representation representation) Method parameters in org.assertj.core.error with type arguments of type DeepDifference.DifferenceModifier and TypeMethodDescriptionstatic ErrorMessageFactory
ShouldBeEqualByComparingFieldByFieldRecursively.shouldBeEqualByComparingFieldByFieldRecursive
(Object actual, Object other, List<DeepDifference.Difference> differences, Representation representation) -
Uses of DeepDifference.Difference in org.assertj.core.internal
Methods in org.assertj.core.internal that return types with arguments of type DeepDifference.DifferenceModifier and TypeMethodDescriptionprivate static List
<DeepDifference.Difference> DeepDifference.determineDifferences
(Object a, Object b, List<String> parentPath, Map<String, Comparator<?>> comparatorByPropertyOrField, TypeComparators comparatorByType) static List
<DeepDifference.Difference> DeepDifference.determineDifferences
(Object a, Object b, Map<String, Comparator<?>> comparatorByPropertyOrField, TypeComparators comparatorByType) Compare two objects for differences by doing a 'deep' comparison.