8 references to TestModulesFilterOption
dotnet (5)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
51bool filterModeEnabled = parseResult.HasOption(MicrosoftTestingPlatformOptions.TestModulesFilterOption);
Commands\Test\MTP\TestModulesFilterHandler.cs (1)
21string testModules = parseResult.GetValue(MicrosoftTestingPlatformOptions.TestModulesFilterOption)!;
Commands\Test\MTP\ValidationUtility.cs (2)
20if (parseResult.HasOption(MicrosoftTestingPlatformOptions.TestModulesFilterOption)) 35if (!parseResult.HasOption(MicrosoftTestingPlatformOptions.TestModulesFilterOption))
Commands\Test\TestCommandParser.cs (1)
241command.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),