Uses of Class
org.assertj.core.internal.DeepDifference.Difference
-
Packages that use DeepDifference.Difference Package Description org.assertj.core.error org.assertj.core.internal -
-
Uses of DeepDifference.Difference in org.assertj.core.error
Methods in org.assertj.core.error with parameters of type DeepDifference.Difference Modifier and Type Method Description private static StringShouldBeEqualByComparingFieldByFieldRecursively. describeDifference(DeepDifference.Difference difference, Representation representation)Method parameters in org.assertj.core.error with type arguments of type DeepDifference.Difference Modifier and Type Method Description static 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.Difference Modifier and Type Method Description private 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.
-