1 instantiation of MultipleException
xunit.assert (1)
MultipleAsserts.cs (1)
46
throw new
MultipleException
(exceptions);
3 references to MultipleException
Microsoft.DotNet.XUnitAssert.Tests (2)
MultipleAssertsTests.cs (2)
74
var
multiEx = Assert.IsType<
MultipleException
>(ex);
xunit.assert (1)
Sdk\Exceptions\MultipleException.cs (1)
22
/// Creates a new instance of the <see cref="
MultipleException
"/> class.