NUnit3Settings.

AppDomainUsage Property

Summary

Gets or sets a value to control creation of AppDomains for running tests. Corresponds to the /domain command line switch. The default is to use multiple domains if multiple assemblies are listed on the command line, otherwise a single domain is used.
Namespace
Cake.Common.Tools.NUnit
Containing Type
NUnit3Settings

Syntax

public NUnit3AppDomainUsage AppDomainUsage { get; set; }

Value

Type Description
NUnit3AppDomainUsage