Table of Contents

Property AppDomainOrDefault

Namespace
Xunit.Runner.Common
Assembly
xunit.v3.runner.common.dll

AppDomainOrDefault

Gets or sets a flag indicating whether an app domain should be used to discover and run tests. If the flag is not set, returns the default value (IfAvailable).

public AppDomainSupport AppDomainOrDefault { get; }

Property Value