Table of Contents

Class FrontControllerLaunchOptions

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

Launch options when using IFrontController and/or IFrontControllerDiscoverer. Current only supported by v3 test projects (all options will be ignored for v1/v2 test projects).

public class FrontControllerLaunchOptions
Inheritance
FrontControllerLaunchOptions
Inherited Members

Properties

WaitForDebugger

Wait for a debugger to be attached before performing any operations.

public bool WaitForDebugger { get; set; }

Property Value

bool