4 references to CmdUnsupportedVSTestTestApplicationsDescription
dotnet (1)
Commands\Test\MTP\MSBuildHandler.cs (1)
114
CliCommandStrings.
CmdUnsupportedVSTestTestApplicationsDescription
,
dotnet.Tests (3)
CommandTests\Test\GivenDotnetTestBuildsAndDiscoversTests.cs (1)
144
result.StdErr.Should().Contain(string.Format(CliCommandStrings.
CmdUnsupportedVSTestTestApplicationsDescription
, "AnotherTestProject.csproj"));
CommandTests\Test\GivenDotnetTestBuildsAndRunsTests.cs (2)
261
result.StdErr.Should().Contain(string.Format(CliCommandStrings.
CmdUnsupportedVSTestTestApplicationsDescription
, "AnotherTestProject.csproj"));
281
result.StdErr.Should().Contain(string.Format(CliCommandStrings.
CmdUnsupportedVSTestTestApplicationsDescription
, "AnotherTestProject.csproj"));