6 writes to Outcome
vstest.console (6)
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 (1)
CommandLine\Executor.cs (1)
225exitCode |= (_testRunResultAggregator.Outcome == TestOutcome.Passed) ? 0 : 1;