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