2

Can you please suggest an analog of the method isEqualToComparingFieldByFieldRecursively from the library AssertJ. Because this method is deprecated.

Onaxiz
  • 25
  • 2

1 Answers1

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