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