Generic implementation of IEquilityComparer which may be usefull for comparing objects of the same types.
Provides recursive comparison and comparison by some properties.
Provides comparison in runtime if type is undefined.
A simple diff comparison asserter that makes it easy to assert if two texts (strings) are equal, and display the differences in a diff tool if they are not.
Simply put it is a much simpler (and dumber) version of ApprovalTests that should get the job done for simple scenarios.
You can easily create...
More information
Defines [Derive] (DeriveAttribute) in global:: namespace; used to provide basic implementations for some interfaces.
See project site for more details.