Sorry, but there are no more tags available to filter with.
-
I have a requirement to sort a business object and obviously providing an IComparer for the said business object and implementing IComparable is the way to do it. And because of the dependency of the business object to the IComparer, i thought this could be a perfect way to use NMock for the first time...