2 references to ForSubStringFound
xunit.assert (2)
StringAsserts.cs (2)
312
throw DoesNotContainException.
ForSubStringFound
(expectedSubstring, idx, actualString);
471
throw DoesNotContainException.
ForSubStringFound
(expectedSubstring.ToString(), idx, actualString.ToString());