nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #00128
[Bug 440109] Re: Full Framework does not support "Contains"
** Also affects: nunitv2
Importance: Undecided
Status: New
** Changed in: nunit-3.0
Status: Confirmed => Triaged
** Changed in: nunitv2
Status: New => Triaged
** Changed in: nunitv2
Importance: Undecided => Medium
** Changed in: nunitv2
Milestone: None => 2.5.3
** Changed in: nunit-3.0
Milestone: None => 2.9.3
--
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: Triaged
Status in NUnit V2 Test Framework: Triaged
Bug description:
NUnitLite supports "Contains" as follows
Assert.That(myList, Contains(item));
This feature is not in the full framework but should be.
References