2 references to MatchesException
xunit.assert (2)
StringAsserts.cs (2)
183
throw new
MatchesException
(expectedRegexPattern, actualString);
203
throw new
MatchesException
(expectedRegex.ToString(), actualString);