2 references to GetResultsFilePath
RunTests (2)
ProcessTestExecutor.cs (2)
113
var resultsFilePath =
GetResultsFilePath
(workItemInfo, options);
114
var htmlResultsFilePath = options.IncludeHtml ?
GetResultsFilePath
(workItemInfo, options, "html") : null;