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