| Package | Description |
|---|---|
| org.assertj.core.error | |
| org.assertj.core.internal |
| Modifier and Type | Method and Description |
|---|---|
static ErrorMessageFactory |
ShouldBeEqualByComparingFieldByFieldRecursively.shouldBeEqualByComparingFieldByFieldRecursive(Object actual,
Object other,
List<DeepDifference.Difference> differences) |
| Modifier and Type | Method and Description |
|---|---|
static List<DeepDifference.Difference> |
DeepDifference.determineDifferences(Object a,
Object b,
Map<String,Comparator<?>> comparatorByPropertyOrField,
Map<Class<?>,Comparator<?>> comparatorByType)
Compare two objects for differences by doing a 'deep' comparison.
|
Copyright © 2013–2016 AssertJ. All rights reserved.