Uses of Class
org.assertj.core.internal.DeepDifference.Difference
Packages that use DeepDifference.Difference
-
Uses of DeepDifference.Difference in org.assertj.core.error
Method parameters in org.assertj.core.error with type arguments of type DeepDifference.DifferenceModifier and TypeMethodDescriptionstatic ErrorMessageFactoryShouldBeEqualByComparingFieldByFieldRecursively.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 TypeMethodDescriptionstatic 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.