1 instantiation of DoesNotMatchException
xunit.assert (1)
Sdk\Exceptions\DoesNotMatchException.cs (1)
44 new DoesNotMatchException(
8 references to DoesNotMatchException
Microsoft.DotNet.XUnitAssert.Tests (2)
StringAssertsTests.cs (2)
357 Assert.IsType<DoesNotMatchException>(ex); 387 Assert.IsType<DoesNotMatchException>(ex);
xunit.assert (6)
Sdk\Exceptions\DoesNotMatchException.cs (2)
31 /// Creates a new instance of the <see cref="DoesNotMatchException"/> class, thrown when 39 public static DoesNotMatchException ForMatch(
StringAsserts.cs (4)
525 /// <exception cref="DoesNotMatchException">Thrown when the string matches the regex pattern</exception> 546 throw DoesNotMatchException.ForMatch(formattedExpected, match.Index, pointerIndent, formattedActual); 556 /// <exception cref="DoesNotMatchException">Thrown when the string matches the regex</exception> 576 throw DoesNotMatchException.ForMatch(formattedExpected, match.Index, pointerIndent, formattedActual);