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
I think i'd implement it similar to native Java Arrays#deepEquals(), just "extending" it with nicer assertion exceptions, including indexes and actual/expected values.
@joel-costigliola WDYT? Do you have any suggestions/advises/tips before starting?
The text was updated successfully, but these errors were encountered:
Pursuing SO question AssertJ multidimensional arrays assertion (deep equals)
i'd like to try to make a PR for multidimensional arrays assertion.
I think i'd implement it similar to native Java
Arrays#deepEquals()
, just "extending" it with nicer assertion exceptions, including indexes and actual/expected values.@joel-costigliola WDYT? Do you have any suggestions/advises/tips before starting?
The text was updated successfully, but these errors were encountered: