You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.