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