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

CollectionSupersetConstraint

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

Construct a CollectionSupersetConstraint

public CollectionSupersetConstraint Using<TSupersetElement, TSubsetElement>(Func<TSupersetElement, TSubsetElement, bool> comparison)

Flag the constraint to use the supplied predicate function