5 references to ProperSuperset
Microsoft.DotNet.XUnitAssert.Tests (5)
SetAssertsTests.cs (5)
145
Assert.Throws<ArgumentNullException>(() => Assert.
ProperSuperset
(null!, new HashSet<int>()));
146
Assert.Throws<ProperSupersetException>(() => Assert.
ProperSuperset
(new HashSet<int>(), null));
155
var ex = Assert.Throws<ProperSupersetException>(() => Assert.
ProperSuperset
(expectedSubset, actual));
171
Assert.
ProperSuperset
(expectedSubset, actual);
180
Assert.Throws<ProperSupersetException>(() => Assert.
ProperSuperset
(expectedSubset, actual));