Is.SubsetOf(IEnumerable) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a constraint that tests whether the actual value is a subset of the collection supplied as an argument.
public static NUnit.Framework.Constraints.CollectionSubsetConstraint SubsetOf (System.Collections.IEnumerable expected);
static member SubsetOf : System.Collections.IEnumerable -> NUnit.Framework.Constraints.CollectionSubsetConstraint
Parameters
- expected
- IEnumerable