nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01399
[Bug 676560] Re: Assert.AreEqual does not support IEquatable<T>
** Changed in: nunitv2
Status: New => Confirmed
--
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/676560
Title:
Assert.AreEqual does not support IEquatable<T>
Status in NUnit V2 Test Framework:
Confirmed
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.
References