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