2 instantiations of ThrowingComparer
Microsoft.DotNet.XUnitAssert.Tests (2)
Asserts\AsyncCollectionAssertsTests.cs (2)
1258
validateError(() => Assert.NotEqual(expected, actual, new
ThrowingComparer
()), "int[] ", "<generated> ");
1259
validateError(() => Assert.NotEqual(expected.ToAsyncEnumerable(), actual, new
ThrowingComparer
()), "", "");