1 instantiation of ThrowingComparer
Microsoft.DotNet.XUnitAssert.Tests (1)
CollectionAssertsTests.cs (1)
1107
var ex = Record.Exception(() => Assert.Equal(new[] { 1, 2 }, new[] { 1, 3 }, new
ThrowingComparer
()));