** Also affects: nunit-3.0
   Importance: Undecided
       Status: New

-- 
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/770471

Title:
  Assert.IsEmpty does not support IEnumerable

Status in NUnit Test Framework:
  New
Status in NUnit V2 Test Framework:
  Fix Committed

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

_______________________________________________
Mailing list: https://launchpad.net/~nunit-core
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~nunit-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to