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