3 references to Equal
Microsoft.DotNet.XUnitAssert.Tests (2)
EqualityAssertsTests.cs (2)
2167
Assert.
Equal
(0.11111f, 0.11444f, 2);
2177
var ex = Record.Exception(() => Assert.
Equal
(0.11111f, 0.11444f, 3));
Microsoft.ML.IntegrationTests (1)
Common.cs (1)
93
Assert.
Equal
(array1[i], array2[i], precision: precision);