1 write to _options
dotnet (1)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
66
_options
= options;
20 references to _options
dotnet (20)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (20)
73
if (!
_options
.UseAnsi)
75
terminalWithProgress = new TestProgressStateAwareTerminal(new NonAnsiTerminal(console),
_options
.ShowProgress, writeProgressImmediatelyAfterOutput: false, updateEvery: nonAnsiUpdateCadenceInMs);
79
if (
_options
.UseCIAnsi)
82
terminalWithProgress = new TestProgressStateAwareTerminal(new SimpleAnsiTerminal(console),
_options
.ShowProgress, writeProgressImmediatelyAfterOutput: true, updateEvery: nonAnsiUpdateCadenceInMs);
91
? new TestProgressStateAwareTerminal(new AnsiTerminal(console,
_options
.BaseDirectory),
_options
.ShowProgress, writeProgressImmediatelyAfterOutput: true, updateEvery: ansiUpdateCadenceInMs)
92
: new TestProgressStateAwareTerminal(new NonAnsiTerminal(console),
_options
.ShowProgress, writeProgressImmediatelyAfterOutput: false, updateEvery: nonAnsiUpdateCadenceInMs);
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)
510
if (
_options
.ShowAssembly)
737
if (!_isHelp && !_isDiscovery &&
_options
.ShowAssembly &&
_options
.ShowAssemblyStartAndComplete)
991
if (
_options
.ShowActiveTests)