nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #03621
[Bug 770471] Re: Assert.IsEmpty does not support IEnumerable
** Changed in: nunit-3.0
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/770471
Title:
Assert.IsEmpty does not support IEnumerable
Status in NUnit Test Framework:
Fix Released
Status in NUnit V2 Test Framework:
Fix Released
Bug description:
Assert.IsEmpty does not support IEnumerable, only ICollection, and
thus will not compile for generic interfaces like IList<T>, which do
not implement the non-generic ICollection.
CollectionAssert.IsEmpty does support IEnumerable, so it appears
reasonable to add an overload for IEnumerable to Assert.
The same is true for both classes' negative forms.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nunit-3.0/+bug/770471/+subscriptions
References