4 references to DoesNotMatch
Microsoft.DotNet.XUnitAssert.Tests (4)
StringAssertsTests.cs (4)
344
Assert.Throws<ArgumentNullException>(() => Assert.
DoesNotMatch
((string?)null!, "Hello, world!"));
345
Assert.
DoesNotMatch
(@"\w+", null);
351
Assert.
DoesNotMatch
(@"\d", "Hello");
357
var ex = Record.Exception(() => Assert.
DoesNotMatch
(@"\w", "Hello, world!"));