Method ProperSuperset
- Namespace
- Xunit
- Assembly
- xunit.v3.assert.dll
ProperSuperset<T>(ISet<T>, ISet<T>?)
Verifies that a set is a proper superset of another set.
public static void ProperSuperset<T>(ISet<T> expectedSuperset, ISet<T>? actual)
Parameters
expectedSupersetISet<T>The expected superset
actualISet<T>The set expected to be a proper superset
Type Parameters
TThe type of the object to be verified
Exceptions
Thrown when the actual set is not a proper superset of the expected set