<PackageReference Include="NUnit" Version="3.2.1" />

CollectionSupersetConstraint

CollectionSupersetConstraint is used to determine whether one collection is a superset of another

Construct a CollectionSupersetConstraint

public CollectionSupersetConstraint Using<TSupersetType, TSubsetType>(Func<TSupersetType, TSubsetType, bool> comparison)

Flag the constraint to use the supplied predicate function