4 instantiations of IntComparer
Microsoft.DotNet.XUnitAssert.Tests (4)
Asserts\AsyncCollectionAssertsTests.cs (4)
1191 Assert.NotEqual(expected, actual, new IntComparer(false));
1192 Assert.NotEqual(expected.ToAsyncEnumerable(), actual, new IntComparer(false));
1218 validateError(() => Assert.NotEqual(expected, actual, new IntComparer(true)), "int[] ", "<generated> ");
1219 validateError(() => Assert.NotEqual(expected.ToAsyncEnumerable(), actual, new IntComparer(true)), "", "");