Interface ITestProcessLauncher
Implement this to control the launch of an xUnit.net v3 test process.
public interface ITestProcessLauncher
Methods
Launch(XunitProjectAssembly, IReadOnlyList<string>)
Launches the test process. Returns null if the process could not be launched.
ITestProcess? Launch(XunitProjectAssembly projectAssembly, IReadOnlyList<string> arguments)
Parameters
projectAssemblyXunitProjectAssemblyThe test project assembly
argumentsIReadOnlyList<string>The list of arguments to be passed to the in-process runner