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