1 instantiation of AllException
xunit.assert (1)
Sdk\Exceptions\AllException.cs (1)
82
return new
AllException
(message);
16 references to AllException
Microsoft.DotNet.XUnitAssert.Tests (4)
AsyncCollectionAssertsTests.cs (2)
41
Assert.IsType<
AllException
>(ex);
93
Assert.IsType<
AllException
>(ex);
CollectionAssertsTests.cs (2)
39
Assert.IsType<
AllException
>(ex);
91
Assert.IsType<
AllException
>(ex);
xunit.assert (12)
AsyncCollectionAsserts.cs (4)
34
/// <exception cref="
AllException
">Thrown when the collection contains at least one non-matching element</exception>
47
/// <exception cref="
AllException
">Thrown when the collection contains at least one non-matching element</exception>
60
/// <exception cref="
AllException
">Thrown when the collection contains at least one non-matching element</exception>
73
/// <exception cref="
AllException
">Thrown when the collection contains at least one non-matching element</exception>
CollectionAsserts.cs (6)
47
/// <exception cref="
AllException
">Thrown when the collection contains at least one non-matching element</exception>
65
/// <exception cref="
AllException
">Thrown when the collection contains at least one non-matching element</exception>
91
throw
AllException
.ForFailures(idx, errors);
101
/// <exception cref="
AllException
">Thrown when the collection contains at least one non-matching element</exception>
119
/// <exception cref="
AllException
">Thrown when the collection contains at least one non-matching element</exception>
145
throw
AllException
.ForFailures(idx, errors.ToArray());
Sdk\Exceptions\AllException.cs (2)
32
/// Creates a new instance of the <see cref="
AllException
"/> class to be thrown when one or
40
public static
AllException
ForFailures(