Edit

Share via


CollectionSubsetConstraint(IEnumerable) Constructor

Definition

Construct a CollectionSubsetConstraint

public CollectionSubsetConstraint (System.Collections.IEnumerable expected);
new NUnit.Framework.Constraints.CollectionSubsetConstraint : System.Collections.IEnumerable -> NUnit.Framework.Constraints.CollectionSubsetConstraint

Parameters

expected
IEnumerable

The collection that the actual value is expected to be a subset of

Applies to