3 references to DoesNotMatch
Microsoft.DotNet.XUnitAssert.Tests (3)
Asserts\StringAssertsTests.cs (3)
320 Assert.Throws<ArgumentNullException>("expectedRegexPattern", () => Assert.DoesNotMatch((string?)null!, "Hello, world!")); 326 Assert.DoesNotMatch(@"\d", "Hello"); 332 var ex = Record.Exception(() => Assert.DoesNotMatch("ll", "Hello, world!"));