-
Notifications
You must be signed in to change notification settings - Fork 0
Task1.1 Comparing two objects
costea32 edited this page Feb 4, 2014
·
2 revisions
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.
Helper method will output a custom failure message, with all fields that did not match, and expected/actual values for them.