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