Is.SubsetOf(IEnumerable) Method

Definition

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

Returns

Applies to