You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
These two methods' code example uses a method called "isEqualToComparingFieldByField" and "isEqualToIgnoringNullFields".
Such methods are actually marked as Deprecated which means they are not supported.
So is there any plan to change the documentation using the new "RecursiveComparisonConfiguration" class?
The text was updated successfully, but these errors were encountered:
Ducumentation links:
https://www.javadoc.io/static/org.assertj/assertj-core/3.23.1/org/assertj/core/api/AbstractObjectAssert.html#usingComparatorForFields(java.util.Comparator,java.lang.String...)
https://www.javadoc.io/static/org.assertj/assertj-core/3.23.1/org/assertj/core/api/AbstractObjectAssert.html#usingComparatorForType(java.util.Comparator,java.lang.Class)
Description:
These two methods' code example uses a method called "isEqualToComparingFieldByField" and "isEqualToIgnoringNullFields".
Such methods are actually marked as Deprecated which means they are not supported.
So is there any plan to change the documentation using the new "RecursiveComparisonConfiguration" class?
The text was updated successfully, but these errors were encountered: