1 instantiation of ProperSupersetException
xunit.assert (1)
SetAsserts.cs (1)
186 throw new ProperSupersetException(expectedSubset, actual);
5 references to ProperSupersetException
Microsoft.DotNet.XUnitAssert.Tests (4)
SetAssertsTests.cs (4)
146 Assert.Throws<ProperSupersetException>(() => Assert.ProperSuperset(new HashSet<int>(), null)); 155 var ex = Assert.Throws<ProperSupersetException>(() => Assert.ProperSuperset(expectedSubset, actual)); 180 Assert.Throws<ProperSupersetException>(() => Assert.ProperSuperset(expectedSubset, actual));
xunit.assert (1)
Sdk\Exceptions\ProperSupersetException.cs (1)
20 /// Creates a new instance of the <see cref="ProperSupersetException"/> class.