** Changed in: nunitv2
     Assignee: (unassigned) => Charlie Poole (charlie.poole)

** Changed in: nunitv2
       Status: Triaged => Fix Committed

-- 
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 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/nunitv2/+bug/770471/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~nunit-core
Post to     : nunit-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nunit-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to