Method Start
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.runner.utility.netfx.dll
Start(string, string, string?)
Starts a new test process.
public static LocalTestProcess? Start(string executable, string executableArguments, string? responseFile)
Parameters
executable
stringThe executable to be launched
executableArguments
stringThe arguments to the executable
responseFile
stringThe response file (to be cleaned up during disposal)