3 references to DisplayName
RunTests (3)
TestRunner.cs (3)
429line.Append($"{testResult.DisplayName,-75}"); 450var outputLogPath = Path.Combine(_options.LogFilesDirectory, $"xUnitFailure-{testResult.DisplayName}.log"); 452ConsoleUtil.WriteLine($"Errors {testResult.DisplayName}");