Table of Contents

Class LocalOutOfProcessTestProcessLauncher

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

Implementation of ITestProcessLauncher that will launch an xUnit.net v3 test project out-of-process on the local machine.

public sealed class LocalOutOfProcessTestProcessLauncher : OutOfProcessTestProcessLauncherBase, ITestProcessLauncher
Inheritance
LocalOutOfProcessTestProcessLauncher
Implements
Inherited Members

Properties

Instance

Gets the singleton instance of LocalOutOfProcessTestProcessLauncher.

Methods

StartTestProcess(string, string, string?)

Starts the test process.