2 references to AllException
Microsoft.DotNet.XUnitAssert.Tests (1)
Sdk\Exceptions\AllExceptionTests.cs (1)
22
var ex = new
AllException
(6, errors);
xunit.assert (1)
CollectionAsserts.cs (1)
84
throw new
AllException
(idx, errors.ToArray());