Skip navigation.

NUnit utility class to compare Objects and Graphs for unit testing

NUnit utility class to compare Objects and Graphs for unit testing

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.