2 references to DoesNotMatchException
xunit.assert (2)
StringAsserts.cs (2)
223
throw new
DoesNotMatchException
(expectedRegexPattern, actualString);
243
throw new
DoesNotMatchException
(expectedRegex.ToString(), actualString);