2 instantiations of CollectionException
xunit.assert (2)
CollectionAsserts.cs (2)
171
throw new
CollectionException
(collection, expectedCount, actualCount);
181
throw new
CollectionException
(collection, expectedCount, actualCount, idx, ex);
5 references to CollectionException
Microsoft.DotNet.XUnitAssert.Tests (4)
CollectionAssertsTests.cs (4)
202
var
collEx = Assert.IsType<
CollectionException
>(ex);
238
var
collEx = Assert.IsType<
CollectionException
>(ex);
xunit.assert (1)
Sdk\Exceptions\CollectionException.cs (1)
29
/// Creates a new instance of the <see cref="
CollectionException
"/> class.