Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"usingComparatorForFields" and "usingComparatorForType" documentation example using deprecated method #129

Open
origin-coding opened this issue Sep 13, 2022 · 0 comments

Comments

@origin-coding
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant