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
Utility classes for general pourposes. Includes:
- DeepCopy: Copy the values of one object into another.
- GenericEquals : test if 2 instances are the same object.
- GenericMapper : map one clase A into another class B.
- RandomFiller : Fill a class property randomly.
- Date: A...
More information