4 references to IntComparer
Microsoft.DotNet.XUnitAssert.Tests (4)
AsyncCollectionAssertsTests.cs (4)
1175 Assert.NotEqual(expected, actual, new IntComparer(false));
1176 Assert.NotEqual(expected.ToAsyncEnumerable(), actual, new IntComparer(false));
1202 validateError(() => Assert.NotEqual(expected, actual, new IntComparer(true)), "int[] ", "<generated> ");
1203 validateError(() => Assert.NotEqual(expected.ToAsyncEnumerable(), actual, new IntComparer(true)), "", "");