2 references to HaveStdErrMatching
dotnet-new.IntegrationTests (2)
DotnetNewListTests.cs (1)
605
commandResult.Should().
HaveStdErrMatching
($"Unrecognized command or (argument\\(s\\)\\:|argument) '{arg}'");
DotnetNewSearchTests.cs (1)
749
commandResult.Should().
HaveStdErrMatching
($"Unrecognized command or (argument\\(s\\)\\:|argument) '{arg}'");