3 references to NotEqualException
xunit.assert (3)
EqualityAsserts.cs (3)
406 throw new NotEqualException(ArgumentFormatter.Format(expected), ArgumentFormatter.Format(actual)); 426 throw new NotEqualException($"{expectedRounded} (rounded from {expected})", $"{actualRounded} (rounded from {actual})"); 446 throw new NotEqualException($"{expectedRounded} (rounded from {expected})", $"{actualRounded} (rounded from {actual})");