6 writes to Outcome
vstest.console (6)
CommandLine\TestRunResultAggregator.cs (6)
24
Outcome
= TestOutcome.Passed;
68
Outcome
= TestOutcome.Failed;
76
Outcome
= TestOutcome.Passed;
86
Outcome
= TestOutcome.Failed;
90
Outcome
= TestOutcome.Failed;
101
Outcome
= TestOutcome.Failed;
1 reference to Outcome
vstest.console (1)
CommandLine\Executor.cs (1)
198
exitCode |= (TestRunResultAggregator.Instance.
Outcome
== TestOutcome.Passed) ? 0 : 1;