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
Method parameters in org.assertj.core.error with type arguments of type DeepDifference.Difference Modifier and Type Method Description static 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.Difference Modifier and Type Method Description 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.
-