Skip to content

Task1.1 Comparing two objects

costea32 edited this page Feb 4, 2014 · 2 revisions

Definition

For comparing two objects (Users, in this case) write a generic helper method, that will compare two objects, by scanning through all public properties and members of the object, only on the first level, so if it's property would be another object, do not compare.

Acceptance Criteria

Helper method will output a custom failure message, with all fields that did not match, and expected/actual values for them.

Clone this wiki locally