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