3 references to CmdTestNoTestProjectsFound
dotnet (3)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (2)
189
throw new GracefulException(CliCommandStrings.
CmdTestNoTestProjectsFound
);
258
throw new GracefulException(CliCommandStrings.
CmdTestNoTestProjectsFound
);
Commands\Test\MTP\MSBuildHandler.cs (1)
66
Reporter.Error.WriteLine(CliCommandStrings.
CmdTestNoTestProjectsFound
);