5 references to ProperSuperset
Microsoft.DotNet.XUnitAssert.Tests (5)
Asserts\SetAssertsTests.cs (5)
170
Assert.Throws<ArgumentNullException>("expectedSuperset", () => Assert.
ProperSuperset
(null!, new HashSet<int>()));
179
var ex = Record.Exception(() => Assert.
ProperSuperset
(expectedSuperset, actual));
196
Assert.
ProperSuperset
(expectedSuperset, actual);
205
var ex = Record.Exception(() => Assert.
ProperSuperset
(expectedSuperset, actual));
219
var ex = Record.Exception(() => Assert.
ProperSuperset
(new HashSet<int>(), null));