← Back to team overview

nunit-core team mailing list archive

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

 

Although I initially scheduled this change to be implemented, I'm having
doubts now. See the discussion at http://groups.google.com/group/nunit-
discuss/browse_thread/thread/a0a8915f87ab92fe

Basically, I believe the change is only needed in cases where equality
has not been correctly implemented, so we should not make it.

It would be helpful to discuss this on the list, where others can review
it.

-- 
You received this bug notification because you are a member of NUnit
Core Developers, which is the registrant for NUnit Framework.
https://bugs.launchpad.net/bugs/676560

Title:
  Assert.AreEqual does not support IEquatable<T>

Status in NUnit Test Framework:
  Triaged
Status in NUnit V2 Test Framework:
  Triaged

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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nunit-3.0/+bug/676560/+subscriptions


References