Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
Novice
Description
IsEquals predicate does not work correctly for arrays while running tests with MockEndpoint.
Source of problem was the final line of ObjectHelper#equal method -array1.equals(array2) does not compare the contents of arrays.