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

NUnit.Framework.Constraints.CollectionSupersetConstraint

CollectionSupersetConstraint is used to determine whether one collection is a superset of another
namespace NUnit.Framework.Constraints { public class CollectionSupersetConstraint : CollectionItemsEqualConstraint { public CollectionSupersetConstraint(IEnumerable expected); public CollectionSupersetConstraint Using<[System.Runtime.CompilerServices.Nullable(2)] TSupersetElement, [System.Runtime.CompilerServices.Nullable(2)] TSubsetElement>(Func<TSupersetElement, TSubsetElement, bool> comparison); } }