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