Can you please suggest an analog of the method isEqualToComparingFieldByFieldRecursively
from the library AssertJ.
Because this method is deprecated.
Asked
Active
Viewed 232 times
2

Onaxiz
- 25
- 2
1 Answers
4
It is indeed deprecated, the javadoc indicates to use usingRecursiveComparison()
instead which is documented here: https://assertj.github.io/doc/#assertj-core-recursive-comparison

Joel Costigliola
- 6,308
- 27
- 35