Interface ITestProcessLauncher
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.runner.utility.netfx.dll
Implement this to control the launch of an xUnit.net v3 test process.
public interface ITestProcessLauncher
Remarks
A higher level API via ITestProcessDirectLauncher is available. For launchers that can directly invoke the required entry points, they should also implement that interface.
Methods
- Launch(XunitProjectAssembly, IReadOnlyList<string>)
Launches the test process. Returns
null
if the process could not be launched.