8 references to SolutionOption
dotnet (3)
Commands\Test\MTP\MSBuildUtility.cs (1)
97
parseResult.GetValue(MicrosoftTestingPlatformOptions.
SolutionOption
),
Commands\Test\MTP\ValidationUtility.cs (1)
23
if (parseResult.HasOption(MicrosoftTestingPlatformOptions.
SolutionOption
))
Commands\Test\TestCommandParser.cs (1)
240
command.Options.Add(MicrosoftTestingPlatformOptions.
SolutionOption
);
dotnet.Tests (5)
CommandTests\Test\GivenDotnetTestBuildsAndRunsTestsWithDifferentOptions.cs (5)
48
.Execute(MicrosoftTestingPlatformOptions.
SolutionOption
.Name, testSolutionPath,
68
.Execute(MicrosoftTestingPlatformOptions.
SolutionOption
.Name, testSolutionPath,
145
.Execute(MicrosoftTestingPlatformOptions.
SolutionOption
.Name, invalidSolutionPath,
166
MicrosoftTestingPlatformOptions.
SolutionOption
.Name, testSolutionPath,
205
.Execute(MicrosoftTestingPlatformOptions.
SolutionOption
.Name, solutionPath,