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