1 instantiation of ProcessTestExecutor
RunTests (1)
Program.cs (1)
139var testExecutor = new ProcessTestExecutor();
3 references to ProcessTestExecutor
RunTests (3)
Program.cs (1)
139var testExecutor = new ProcessTestExecutor();
TestRunner.cs (2)
54private readonly ProcessTestExecutor _testExecutor; 57internal TestRunner(Options options, ProcessTestExecutor testExecutor)