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 java.lang.String
ShouldBeEqualByComparingFieldByFieldRecursively. 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 ErrorMessageFactory
ShouldBeEqualByComparingFieldByFieldRecursively. shouldBeEqualByComparingFieldByFieldRecursive(java.lang.Object actual, java.lang.Object other, java.util.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 java.util.List<DeepDifference.Difference>
DeepDifference. determineDifferences(java.lang.Object a, java.lang.Object b, java.util.List<java.lang.String> parentPath, java.util.Map<java.lang.String,java.util.Comparator<?>> comparatorByPropertyOrField, TypeComparators comparatorByType)
static java.util.List<DeepDifference.Difference>
DeepDifference. determineDifferences(java.lang.Object a, java.lang.Object b, java.util.Map<java.lang.String,java.util.Comparator<?>> comparatorByPropertyOrField, TypeComparators comparatorByType)
Compare two objects for differences by doing a 'deep' comparison.
-