1 instantiation of TerminalTestReporterOptions
dotnet-aot (1)
parent\dotnet\Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
645
var output = new TerminalTestReporter(console, new
TerminalTestReporterOptions
()
2 references to TerminalTestReporterOptions
dotnet-aot (2)
parent\dotnet\Commands\Test\MTP\Terminal\TerminalTestReporter.cs (2)
44
private readonly
TerminalTestReporterOptions
_options;
87
public TerminalTestReporter(IConsole console,
TerminalTestReporterOptions
options)