8 references to TestModulesFilterOption
dotnet (5)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
51
bool filterModeEnabled = parseResult.HasOption(MicrosoftTestingPlatformOptions.
TestModulesFilterOption
);
Commands\Test\MTP\TestModulesFilterHandler.cs (1)
21
string testModules = parseResult.GetValue(MicrosoftTestingPlatformOptions.
TestModulesFilterOption
)!;
Commands\Test\MTP\ValidationUtility.cs (2)
20
if (parseResult.HasOption(MicrosoftTestingPlatformOptions.
TestModulesFilterOption
))
35
if (!parseResult.HasOption(MicrosoftTestingPlatformOptions.
TestModulesFilterOption
))
Commands\Test\TestCommandParser.cs (1)
241
command.Options.Add(MicrosoftTestingPlatformOptions.
TestModulesFilterOption
);
dotnet.Tests (3)
CommandTests\Test\GivenDotnetTestBuildsAndRunsTestBasedOnGlobbingFilter.cs (3)
31
.Execute(MicrosoftTestingPlatformOptions.
TestModulesFilterOption
.Name, $"**/bin/**/Debug/{ToolsetInfo.CurrentTargetFramework}/TestProject.dll".Replace('/', Path.DirectorySeparatorChar));
73
.Execute(MicrosoftTestingPlatformOptions.
TestModulesFilterOption
.Name, filterExpression);
111
.Execute(MicrosoftTestingPlatformOptions.
TestModulesFilterOption
.Name, $"**/bin/**/Debug/{ToolsetInfo.CurrentTargetFramework}/TestProject.dll".Replace('/', Path.DirectorySeparatorChar),