Let\'s say we are testing the result of a method by asserting the equality of all the properties of the result object with properties of an expected result object. Should w
I for one use custom assertions. There are two main reasons:
equals
in a test method might not coincide with the meaning for production code;