Uses of Class
org.assertj.core.internal.TypeComparators
-
Packages that use TypeComparators Package Description org.assertj.core.api org.assertj.core.internal -
-
Uses of TypeComparators in org.assertj.core.api
Methods in org.assertj.core.api that return TypeComparators Modifier and Type Method Description static TypeComparatorsAbstractObjectAssert. defaultTypeComparators() -
Uses of TypeComparators in org.assertj.core.internal
Fields in org.assertj.core.internal declared as TypeComparators Modifier and Type Field Description protected TypeComparatorsFieldByFieldComparator. comparatorByTypeMethods in org.assertj.core.internal with parameters of type TypeComparators Modifier and Type Method Description booleanObjects. areEqualToComparingOnlyGivenFields(Object actual, Object other, Map<String,Comparator<?>> comparatorByPropertyOrField, TypeComparators comparatorByType, String... fields)booleanObjects. areEqualToIgnoringGivenFields(Object actual, Object other, Map<String,Comparator<?>> comparatorByPropertyOrField, TypeComparators comparatorByType, String... fields)<A> voidObjects. assertIsEqualToComparingFieldByFieldRecursively(AssertionInfo info, Object actual, Object other, Map<String,Comparator<?>> comparatorByPropertyOrField, TypeComparators comparatorByType)Assert that the given object is "deeply" equals to other by comparing all fields recursively.<A> voidObjects. assertIsEqualToComparingOnlyGivenFields(AssertionInfo info, A actual, A other, Map<String,Comparator<?>> comparatorByPropertyOrField, TypeComparators comparatorByType, String... fields)Assert that the given object is lenient equals to other object by comparing given fields value only.<A> voidObjects. assertIsEqualToIgnoringGivenFields(AssertionInfo info, A actual, A other, Map<String,Comparator<?>> comparatorByPropertyOrField, TypeComparators comparatorByType, String... fields)Assert that the given object is lenient equals to the other by comparing all fields (including inherited fields) unless given ignored ones.<A> voidObjects. assertIsEqualToIgnoringNullFields(AssertionInfo info, A actual, A other, Map<String,Comparator<?>> comparatorByPropertyOrField, TypeComparators comparatorByType)Assert that the given object is lenient equals by ignoring null fields value on other object (including inherited fields).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.Constructors in org.assertj.core.internal with parameters of type TypeComparators Constructor Description FieldByFieldComparator(Map<String,Comparator<?>> comparatorByPropertyOrField, TypeComparators comparatorByType)IgnoringFieldsComparator(Map<String,Comparator<?>> comparatorByPropertyOrField, TypeComparators comparatorByType, String... fields)OnFieldsComparator(Map<String,Comparator<?>> comparatorByPropertyOrField, TypeComparators comparatorByType, String... fields)RecursiveFieldByFieldComparator(Map<String,Comparator<?>> comparatorByPropertyOrField, TypeComparators comparatorByType)
-