1 instantiation of ProperSubsetException
xunit.assert (1)
SetAsserts.cs (1)
165 throw new ProperSubsetException(expectedSuperset, actual);
5 references to ProperSubsetException
Microsoft.DotNet.XUnitAssert.Tests (4)
SetAssertsTests.cs (4)
58 Assert.Throws<ProperSubsetException>(() => Assert.ProperSubset(new HashSet<int>(), null)); 67 var ex = Assert.Throws<ProperSubsetException>(() => Assert.ProperSubset(expectedSuperset, actual)); 92 Assert.Throws<ProperSubsetException>(() => Assert.ProperSubset(expectedSuperset, actual));
xunit.assert (1)
Sdk\Exceptions\ProperSubsetException.cs (1)
20 /// Creates a new instance of the <see cref="ProperSubsetException"/> class.