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