1 instantiation of TerminalTestReporter
dotnet (1)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
108
var output = new
TerminalTestReporter
(console, new TerminalTestReporterOptions()
9 references to TerminalTestReporter
dotnet (9)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (3)
52
var
output = InitializeOutput(degreeOfParallelism, parseResult, testOptions);
82
private static
TerminalTestReporter
InitializeOutput(int degreeOfParallelism, ParseResult parseResult, TestOptions testOptions)
108
var
output = new TerminalTestReporter(console, new TerminalTestReporterOptions()
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
75
/// Initializes a new instance of the <see cref="
TerminalTestReporter
"/> class with custom terminal and manual refresh for testing.
Commands\Test\MTP\TestApplication.cs (1)
22
TerminalTestReporter
output,
Commands\Test\MTP\TestApplicationActionQueue.cs (2)
20
public TestApplicationActionQueue(int degreeOfParallelism, BuildOptions buildOptions, TestOptions testOptions,
TerminalTestReporter
output, Action<CommandLineOptionMessages> onHelpRequested, CtrlCCancellationManager ctrlC)
51
private async Task Read(BuildOptions buildOptions, TestOptions testOptions,
TerminalTestReporter
output, Action<CommandLineOptionMessages> onHelpRequested, CtrlCCancellationManager ctrlC)
Commands\Test\MTP\TestApplicationHandler.cs (2)
11
private readonly
TerminalTestReporter
_output;
20
public TestApplicationHandler(
TerminalTestReporter
output, TestModule module, TestOptions options)