1 instantiation of SupersetException
xunit.assert (1)
SetAsserts.cs (1)
228 throw new SupersetException(expectedSubset, actual);
4 references to SupersetException
Microsoft.DotNet.XUnitAssert.Tests (3)
SetAssertsTests.cs (3)
102 Assert.Throws<SupersetException>(() => Assert.Superset(new HashSet<int>(), null)); 129 var ex = Assert.Throws<SupersetException>(() => Assert.Superset(expectedSubset, actual));
xunit.assert (1)
Sdk\Exceptions\SupersetException.cs (1)
20 /// Creates a new instance of the <see cref="SupersetException"/> class.