2 instantiations of IntComparer
Microsoft.DotNet.XUnitAssert.Tests (2)
Asserts\CollectionAssertsTests.cs (2)
1088
var ex = Record.Exception(() => Assert.Equal(expected, actual, new
IntComparer
(false)));
1107
Assert.Equal(expected, actual, new
IntComparer
(true));