1 instantiation of MultipleException
xunit.assert (1)
Sdk\Exceptions\MultipleException.cs (1)
55
new
MultipleException
(innerExceptions);
5 references to MultipleException
Microsoft.DotNet.XUnitAssert.Tests (2)
MultipleAssertsTests.cs (2)
64
var
multiEx = Assert.IsType<
MultipleException
>(ex);
xunit.assert (3)
MultipleAsserts.cs (1)
50
throw
MultipleException
.ForFailures(exceptions);
Sdk\Exceptions\MultipleException.cs (2)
50
/// Creates a new instance of the <see cref="
MultipleException
"/> class to be thrown
54
public static
MultipleException
ForFailures(IReadOnlyCollection<Exception> innerExceptions) =>