FAKE - F# Make


NUnitDomainModel

The /domain option controls of the creation of AppDomains for running tests. See http://www.nunit.org/index.php?p=consoleCommandLine&r=2.4.6

Union Cases

Union CaseDescription
DefaultDomainModel
Signature:

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.

MultipleDomainModel
Signature:

A separate test domain is created for each assembly

SingleDomainModel
Signature:

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

Instance members

Instance memberDescription
ParamString
Signature: string
ParamString
Signature: string
Fork me on GitHub