1 instantiation of DoesNotMatchException
xunit.assert (1)
Sdk\Exceptions\DoesNotMatchException.cs (1)
42 new DoesNotMatchException(
8 references to DoesNotMatchException
Microsoft.DotNet.XUnitAssert.Tests (2)
Asserts\StringAssertsTests.cs (2)
334 Assert.IsType<DoesNotMatchException>(ex); 364 Assert.IsType<DoesNotMatchException>(ex);
xunit.assert (6)
Sdk\Exceptions\DoesNotMatchException.cs (2)
29 /// Creates a new instance of the <see cref="DoesNotMatchException"/> class, thrown when 37 public static DoesNotMatchException ForMatch(
StringAsserts.cs (4)
507 /// <exception cref="DoesNotMatchException">Thrown when the string matches the regex pattern</exception> 527 throw DoesNotMatchException.ForMatch(formattedExpected, match.Index, pointerIndent, formattedActual); 537 /// <exception cref="DoesNotMatchException">Thrown when the string matches the regex</exception> 556 throw DoesNotMatchException.ForMatch(formattedExpected, match.Index, pointerIndent, formattedActual);