Comment 1 for bug 1157828

Revision history for this message
Simone Busoli (simone.busoli) wrote :

Looks like a valid scenario in my opinion. It's not straightforward to get right as we're doing all sorts of equality in NUnit but I put together a spike which passes all tests plus the ones Meg posted here except the Is.Null one. I think that one should not be supported as Is.Null should check for reference equality, which you cannot override.

I would like to hear what Charlie thinks too.

lp:~simone.busoli/nunitv2/null-equality