6 writes to Outcome
vstest.console.arm64 (6)
src\vstest\src\vstest.console\CommandLine\TestRunResultAggregator.cs (6)
21
Outcome
= TestOutcome.Passed;
58
Outcome
= TestOutcome.Failed;
66
Outcome
= TestOutcome.Passed;
76
Outcome
= TestOutcome.Failed;
80
Outcome
= TestOutcome.Failed;
91
Outcome
= TestOutcome.Failed;
1 reference to Outcome
vstest.console.arm64 (1)
src\vstest\src\vstest.console\CommandLine\Executor.cs (1)
225
exitCode |= (_testRunResultAggregator.
Outcome
== TestOutcome.Passed) ? 0 : 1;