2 instantiations of MultipleException
xunit.assert (2)
Sdk\Exceptions\MultipleException.cs (2)
55 new MultipleException("Multiple", innerExceptions); 63 new MultipleException("MultipleAsync", innerExceptions);
10 references to MultipleException
Microsoft.DotNet.XUnitAssert.Tests (4)
Asserts\MultipleAssertsTests.cs (4)
64 var multiEx = Assert.IsType<MultipleException>(ex); 130 var multiEx = Assert.IsType<MultipleException>(ex);
xunit.assert (6)
MultipleAsserts.cs (2)
46 throw MultipleException.ForFailures(exceptions); 76 throw MultipleException.ForFailuresAsync(exceptions);
Sdk\Exceptions\MultipleException.cs (4)
50 /// Creates a new instance of the <see cref="MultipleException"/> class to be thrown 54 public static MultipleException ForFailures(IReadOnlyCollection<Exception> innerExceptions) => 58 /// Creates a new instance of the <see cref="MultipleException"/> class to be thrown 62 public static MultipleException ForFailuresAsync(IReadOnlyCollection<Exception> innerExceptions) =>