Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
OBSOLETE
use Fake.DotNet.Testing.NUnit instead
NUnitCommon
Contains types and utility functions relaited to running NUnit unit tests.
Nested types and modules
Type | Description |
NUnitDomainModel |
OBSOLETEuse Fake.DotNet.Testing.NUnit instead The /domain option controls of the creation of AppDomains for running tests. See NUnit-Console Command Line Options |
NUnitErrorLevel |
OBSOLETEuse Fake.DotNet.Testing.NUnit instead Option which allows to specify if a NUnit error should break the build. |
NUnitParams |
OBSOLETEuse Fake.DotNet.Testing.NUnit instead The NUnit Console Parameters type. FAKE will use NUnitDefaults for values not provided. For reference, see: NUnit-Console Command Line Options |
NUnitProcessModel |
OBSOLETEuse Fake.DotNet.Testing.NUnit instead Process model for nunit to use, see Project Editor |
Functions and values
Function or value | Description |
NUnitDefaults
Signature: NUnitParams
Attributes: [<Obsolete("use Fake.DotNet.Testing.NUnit instead")>] |
OBSOLETEuse Fake.DotNet.Testing.NUnit instead The NUnitParams default parameters. Defaults
|