Trust me: There's actually a tip at the end of this column, but it's going to take me awhile to get there. Be patient -- I do have a point and I am getting to it. When it comes to comparing objects, ...
There is new feature in 3.4.0 version: assertThat (...).isEqualToComparingFieldByFieldRecursively (...) but comparing lists is still poor, because we have to use equals (...) method when comparing two ...