2 references to ForMismatchedStrings
xunit.assert (2)
StringAsserts.cs (2)
875 throw EqualException.ForMismatchedStrings(expected.ToString(), actual.ToString(), result.MismatchIndexX ?? -1, result.MismatchIndexY ?? -1); 1352 throw EqualException.ForMismatchedStrings(expected, actual, -1, -1);