1 instantiation of TestOptions
dotnet (1)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
47var testOptions = new TestOptions(
8 references to TestOptions
dotnet (8)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (2)
47var testOptions = new TestOptions( 82private static TerminalTestReporter InitializeOutput(int degreeOfParallelism, ParseResult parseResult, TestOptions testOptions)
Commands\Test\MTP\TestApplication.cs (2)
21TestOptions testOptions, 45public TestOptions TestOptions { get; } = testOptions;
Commands\Test\MTP\TestApplicationActionQueue.cs (2)
20public TestApplicationActionQueue(int degreeOfParallelism, BuildOptions buildOptions, TestOptions testOptions, TerminalTestReporter output, Action<CommandLineOptionMessages> onHelpRequested, CtrlCCancellationManager ctrlC) 51private async Task Read(BuildOptions buildOptions, TestOptions testOptions, TerminalTestReporter output, Action<CommandLineOptionMessages> onHelpRequested, CtrlCCancellationManager ctrlC)
Commands\Test\MTP\TestApplicationHandler.cs (2)
13private readonly TestOptions _options; 20public TestApplicationHandler(TerminalTestReporter output, TestModule module, TestOptions options)