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