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

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