Table of Contents

Method Launch

Namespace
Xunit.v3
Assembly
xunit.v3.runner.utility.netfx.dll

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

projectAssembly

The test project assembly

arguments IReadOnlyList<string>

The list of arguments to be passed to the in-process runner

Returns