Created
June 23, 2015 13:44
-
-
Save theorigin/0bbce7bfd49dfc159998 to your computer and use it in GitHub Desktop.
Compare 2 .net objects using http://comparenetobjects.codeplex.com/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var compareResult = new KellermanSoftware.CompareNetObjects.CompareLogic().Compare(actualResult, expectedResult); | |
Assert.IsTrue(compareResult.AreEqual, compareResult.DifferencesString); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment