← Back to team overview

nunit-core team mailing list archive

[Bug 676560] [NEW] Assert.AreEqual does not support IEquatable<T>

 

Public bug reported:

Assert.AreEqual does not support IEquatable<T>, ie Assert.AreEqual
always returns false when comparing two objects for which
IEquatable<T>.Equal would return true.

** Affects: nunitv2
     Importance: Undecided
         Status: New

-- 
Assert.AreEqual does not support IEquatable<T>
https://bugs.launchpad.net/bugs/676560
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.

Status in NUnit V2 Test Framework: New

Bug description:
Assert.AreEqual does not support IEquatable<T>, ie Assert.AreEqual always returns false when comparing two objects for which IEquatable<T>.Equal would return true.





Follow ups

References