1 instantiation of TerminalTestReporter
dotnet (1)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
93var output = new TerminalTestReporter(console, new TerminalTestReporterOptions()
9 references to TerminalTestReporter
dotnet (9)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (3)
38var output = InitializeOutput(degreeOfParallelism, parseResult, testOptions); 67private static TerminalTestReporter InitializeOutput(int degreeOfParallelism, ParseResult parseResult, TestOptions testOptions) 93var 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)
23TerminalTestReporter output,
Commands\Test\MTP\TestApplicationActionQueue.cs (2)
20public TestApplicationActionQueue(int degreeOfParallelism, BuildOptions buildOptions, TestOptions testOptions, TerminalTestReporter output, Action<CommandLineOptionMessages> onHelpRequested) 51private async Task Read(BuildOptions buildOptions, TestOptions testOptions, TerminalTestReporter output, Action<CommandLineOptionMessages> onHelpRequested)
Commands\Test\MTP\TestApplicationHandler.cs (2)
11private readonly TerminalTestReporter _output; 20public TestApplicationHandler(TerminalTestReporter output, TestModule module, TestOptions options)