9 references to EqualException
xunit.assert (9)
EqualityAsserts.cs (9)
106 throw new EqualException(expected, actual); 110 throw new EqualException(expected, actual); 130 throw new EqualException($"{expectedRounded} (rounded from {expected})", $"{actualRounded} (rounded from {actual})"); 152 throw new EqualException($"{expectedRounded} (rounded from {expected})", $"{actualRounded} (rounded from {actual})"); 173 throw new EqualException($"{expected:G17}", $"{actual:G17}"); 224 throw new EqualException($"{expected:G9}", $"{actual:G9}"); 244 throw new EqualException($"{expectedRounded} (rounded from {expected})", $"{actualRounded} (rounded from {actual})"); 280 throw new EqualException(expected.ToString(), actualValue); 317 throw new EqualException(expected.ToString(), actualValue);