1 instantiation of AllException
xunit.assert (1)
Sdk\Exceptions\AllException.cs (1)
78 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)
30 /// <exception cref="AllException">Thrown when the collection contains at least one non-matching element</exception> 43 /// <exception cref="AllException">Thrown when the collection contains at least one non-matching element</exception> 56 /// <exception cref="AllException">Thrown when the collection contains at least one non-matching element</exception> 69 /// <exception cref="AllException">Thrown when the collection contains at least one non-matching element</exception>
CollectionAsserts.cs (6)
34 /// <exception cref="AllException">Thrown when the collection contains at least one non-matching element</exception> 52 /// <exception cref="AllException">Thrown when the collection contains at least one non-matching element</exception> 78 throw AllException.ForFailures(idx, errors); 88 /// <exception cref="AllException">Thrown when the collection contains at least one non-matching element</exception> 106 /// <exception cref="AllException">Thrown when the collection contains at least one non-matching element</exception> 132 throw AllException.ForFailures(idx, errors.ToArray());
Sdk\Exceptions\AllException.cs (2)
28 /// Creates a new instance of the <see cref="AllException"/> class to be thrown when one or 36 public static AllException ForFailures(