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