5 references to ProperSuperset
Microsoft.DotNet.XUnitAssert.Tests (5)
SetAssertsTests.cs (5)
183
Assert.Throws<ArgumentNullException>("expectedSuperset", () => Assert.
ProperSuperset
(null!, new HashSet<int>()));
192
var ex = Record.Exception(() => Assert.
ProperSuperset
(expectedSuperset, actual));
209
Assert.
ProperSuperset
(expectedSuperset, actual);
218
var ex = Record.Exception(() => Assert.
ProperSuperset
(expectedSuperset, actual));
232
var ex = Record.Exception(() => Assert.
ProperSuperset
(new HashSet<int>(), null));