← Back to team overview

nunit-core team mailing list archive

[Bug 440109] [NEW] Full Framework does not support "Contains"

 

Public bug reported:

NUnitLite supports "Contains" as follows

  Assert.That(myList, Contains(item));

This feature is not in the full framework but should be.

** Affects: nunit-3.0
     Importance: Medium
         Status: Confirmed

** Changed in: nunit-3.0
   Importance: Undecided => Medium

** Changed in: nunit-3.0
       Status: New => Confirmed

-- 
Full Framework does not support "Contains"
https://bugs.launchpad.net/bugs/440109
You received this bug notification because you are a member of NUnit
Core Developers, which is the registrant for NUnit Framework.

Status in NUnit Test Framework: Confirmed

Bug description:
NUnitLite supports "Contains" as follows

  Assert.That(myList, Contains(item));

This feature is not in the full framework but should be.



Follow ups

References