1 write to _options
RunTests (1)
TestRunner.cs (1)
60_options = options;
3 references to _options
RunTests (3)
TestRunner.cs (3)
81var max = _options.Sequential ? 1 : (int)(Environment.ProcessorCount * 1.5); 138var task = _testExecutor.RunTestAsync(waiting.Pop(), _options, cancellationToken); 204var outputLogPath = Path.Combine(_options.LogFilesDirectory, $"xUnitFailure-{testResult.DisplayName}.log");