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