2
Vote

ToString generation

description

As per roadmap page's comment:
mbUnit has a nice feature where if an assertion on a string fails then it will generate an object-specific ToString implementation so that that is seen in the log, rather than the type.FullName - this allows the differences to be spotted by console/log/report inspection, often.

comments