Table of Contents

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 string

The executable to be launched

executableArguments string

The arguments to the executable

responseFile string

The response file (to be cleaned up during disposal)

Returns