ConstraintExpression.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 NUnit.Framework.Constraints.CollectionSubsetConstraint SubsetOf (System.Collections.IEnumerable expected);
member this.SubsetOf : System.Collections.IEnumerable -> NUnit.Framework.Constraints.CollectionSubsetConstraint
Parameters
- expected
- IEnumerable