1 instantiation of ProcessTestExecutor
RunTests (1)
Program.cs (1)
130var testExecutor = new ProcessTestExecutor();
5 references to ProcessTestExecutor
RunTests (5)
Program.cs (1)
130var testExecutor = new ProcessTestExecutor();
TestRunner.cs (4)
37private readonly ProcessTestExecutor _testExecutor; 40internal TestRunner(Options options, ProcessTestExecutor testExecutor) 248var xmlResultsFilePath = ProcessTestExecutor.GetResultsFilePath(workItemInfo, options, "xml"); 254var rspFileContents = ProcessTestExecutor.BuildRspFileContents(workItemInfo, options, xmlResultsFilePath, htmlResultsFilePath: null);