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
Improve error message for assertArrayEquals() when multi-dimensional arrays
have different lengths.
Previously, JUnit's assertion error message would indicate only that some array
lengths x and y were unequal, without indicating whether this pertained to the
outer array or some nested array. Now, in case of a length mismatch between two
nested arrays, Junit will tell at which indices they reside.
Closes#1054Closes#803
0 commit comments