2 instantiations of ThrowingComparer
Microsoft.DotNet.XUnitAssert.Tests (2)
Asserts\AsyncCollectionAssertsTests.cs (2)
890 validateError(() => Assert.Equal(new[] { 1, 2 }, new[] { 1, 3 }.ToAsyncEnumerable(), new ThrowingComparer()), "int[] ", "<generated> "); 892 validateError(() => Assert.Equal(new[] { 1, 2 }.ToAsyncEnumerable(), new[] { 1, 3 }.ToAsyncEnumerable(), new ThrowingComparer()), "", "");