2 references to ForStringNotFound
xunit.assert (2)
StringAsserts.cs (2)
1422 throw StartsWithException.ForStringNotFound(expectedStartString, actualString); 1623 throw StartsWithException.ForStringNotFound(expectedStartString.ToString(), actualString.ToString());