1 instantiation of TerminalTestReporterOptions
dotnet (1)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
108
var output = new TerminalTestReporter(console, new
TerminalTestReporterOptions
()
3 references to TerminalTestReporterOptions
dotnet (3)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (3)
35
private readonly
TerminalTestReporterOptions
_options;
41
/// <see cref="
TerminalTestReporterOptions
.ShowActiveTests"/> and the effective progress
77
public TerminalTestReporter(IConsole console,
TerminalTestReporterOptions
options)