1 instantiation of TerminalTestReporter
dotnet (1)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
93
var output = new
TerminalTestReporter
(console, new TerminalTestReporterOptions()
9 references to TerminalTestReporter
dotnet (9)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (3)
38
var
output = InitializeOutput(degreeOfParallelism, parseResult, testOptions);
67
private static
TerminalTestReporter
InitializeOutput(int degreeOfParallelism, ParseResult parseResult, TestOptions testOptions)
93
var
output = new TerminalTestReporter(console, new TerminalTestReporterOptions()
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
64
/// Initializes a new instance of the <see cref="
TerminalTestReporter
"/> class with custom terminal and manual refresh for testing.
Commands\Test\MTP\TestApplication.cs (1)
23
TerminalTestReporter
output,
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)
11
private readonly
TerminalTestReporter
_output;
20
public TestApplicationHandler(
TerminalTestReporter
output, TestModule module, TestOptions options)