NUnit utility class to compare Objects and Graphs for unit testing
NUnit utility class to compare Objects and Graphs for unit testing
Submitted by webmaster@testdriven.com (Links) on Mon, 02/05/2005 - 15:17.An IComparer implementation (and its unit test fixture) that compares the innards of two instances of the same type by binary-serializing each instance to a byte array and doing a byte-by-byte comparison of each array.
By Scott Bellware.
By Scott Bellware.
