nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01442
[Bug 676560] Re: Assert.AreEqual does not support IEquatable<T>
Implementing this requires some big changes in the way comparison is
done, since we need to test for a generic interface.
NUnitEqualityComparer is not generic in the current release and would
have to be changed to be generic in order to implement this request.
This is a good idea but there is a question of what release to do it in.
** Changed in: nunitv2
Status: Confirmed => Triaged
** Changed in: nunitv2
Importance: Undecided => Medium
** Tags added: feature framework
** Also affects: nunit-3.0
Importance: Undecided
Status: New
** Changed in: nunit-3.0
Status: New => Triaged
** Changed in: nunit-3.0
Importance: Undecided => High
--
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 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.
References