NUnitSettings.

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
NUnitSettings

Syntax

public NUnitAppDomainUsage AppDomainUsage { get; set; }

Value

Type Description
NUnitAppDomainUsage