6 references to DisplayName
RunTests (6)
ITestExecutor.cs (1)
78internal string DisplayName => WorkItemInfo.DisplayName;
ProcessTestExecutor.cs (4)
146Logger.Log($"Create xunit process with id {dotnetProcessInfo.Id} for test {workItemInfo.DisplayName}"); 151Logger.Log($"Exit xunit process with id {dotnetProcessInfo.Id} for test {workItemInfo.DisplayName} with code {xunitProcessResult.ExitCode}"); 179Logger.Log($"Command line {workItemInfo.DisplayName} completed in {span.TotalSeconds} seconds: {options.DotnetFilePath} {commandLineArguments}"); 212throw new Exception($"Unable to run {workItemInfo.DisplayName} with {options.DotnetFilePath}. {ex}");
TestRunner.cs (1)
308<HelixWorkItem Include=""{workItemInfo.DisplayName}"">