1 instantiation of TerminalTestReporter
dotnet (1)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
111_output = new TerminalTestReporter(console, new TerminalTestReporterOptions()
8 references to TerminalTestReporter
dotnet (8)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
15private TerminalTestReporter? _output;
Commands\Test\MTP\TestApplication.cs (1)
20TerminalTestReporter output,
Commands\Test\MTP\TestApplicationActionQueue.cs (2)
20public TestApplicationActionQueue(int degreeOfParallelism, BuildOptions buildOptions, TestOptions testOptions, TerminalTestReporter output, Action<CommandLineOptionMessages> onHelpRequested) 54private async Task Read(BuildOptions buildOptions, TestOptions testOptions, TerminalTestReporter output, Action<CommandLineOptionMessages> onHelpRequested)
Commands\Test\MTP\TestApplicationHandler.cs (2)
11private readonly TerminalTestReporter _output; 19public TestApplicationHandler(TerminalTestReporter output, TestModule module, TestOptions options)
Commands\Test\MTP\TestModulesFilterHandler.cs (2)
13internal sealed class TestModulesFilterHandler(TestApplicationActionQueue actionQueue, TerminalTestReporter output) 16private readonly TerminalTestReporter _output = output;