FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

NUnit3DomainModel Type

The --domain option controls of the creation of AppDomains for running tests. See NUnit-Console Command Line Options

Union cases

Union case Description

DefaultDomainModel

Full Usage: DefaultDomainModel

The default is to use multiple domains if multiple assemblies are listed on the command line. Otherwise a single domain is used.

MultipleDomainModel

Full Usage: MultipleDomainModel

A separate test domain is created for each assembly

NoDomainModel

Full Usage: NoDomainModel

No domain is created - the tests are run in the primary domain. This normally requires copying the NUnit assemblies into the same directory as your tests.

SingleDomainModel

Full Usage: SingleDomainModel

A test domain is created - this is how NUnit worked prior to version 2.4

Instance members

Instance member Description

this.ParamString

Full Usage: this.ParamString

Returns: string
Returns: string