1 write to _options
dotnet (1)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
68
_options
= options;
17 references to _options
dotnet (17)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (17)
69
bool showProgress =
_options
.ShowProgress;
72
if (
_options
.AnsiMode == AnsiMode.SimpleAnsi)
85
bool useAnsi =
_options
.AnsiMode switch
93
terminal = useAnsi ? new AnsiTerminal(console,
_options
.BaseDirectory) : new NonAnsiTerminal(console);
118
if (
_options
.ShowAssembly &&
_options
.ShowAssemblyStartAndComplete)
211
bool notEnoughTests = totalTests <
_options
.MinimumExpectedTests;
227
terminal.Append(string.Format(CultureInfo.CurrentCulture, CliCommandStrings.MinimumExpectedTestsPolicyViolation, totalTests,
_options
.MinimumExpectedTests));
242
if (!
_options
.ShowAssembly && _assemblies.Count == 1)
253
if (
_options
.ShowAssembly && _assemblies.Count > 1)
410
if (
_options
.ShowActiveTests)
432
if (outcome != TestOutcome.Passed ||
_options
.ShowPassedTests)
468
if (outcome == TestOutcome.Passed && !
_options
.ShowPassedTests)
513
if (
_options
.ShowAssembly)
740
if (!_isHelp && !_isDiscovery &&
_options
.ShowAssembly &&
_options
.ShowAssemblyStartAndComplete)
959
if (
_options
.ShowActiveTests)