4 instantiations of IntComparer
Microsoft.DotNet.XUnitAssert.Tests (4)
AsyncCollectionAssertsTests.cs (4)
805 validateError(() => Assert.Equal(expected, actual, new IntComparer(false)), "int[] ", "<generated> "); 806 validateError(() => Assert.Equal(expected.ToAsyncEnumerable(), actual, new IntComparer(false)), "", ""); 815 Assert.Equal(expected, actual, new IntComparer(true)); 816 Assert.Equal(expected.ToAsyncEnumerable(), actual, new IntComparer(true));