This is part of the Fake.DotNet.Testing.NUnit module.
Common
Contains types and utility functions relaited to running NUnit unit tests.
Nested types and modules
| Type | Description |
| NUnitDomainModel |
The /domain option controls of the creation of AppDomains for running tests. See NUnit-Console Command Line Options |
| NUnitErrorLevel |
Option which allows to specify if a NUnit error should break the build. |
| NUnitParams |
The NUnit Console Parameters type. FAKE will use NUnitDefaults for values not provided. For reference, see: NUnit-Console Command Line Options |
| NUnitProcessModel |
Process model for nunit to use, see Project Editor |
Functions and values
| Function or value | Description |
buildArgs parameters assemblies
Signature: parameters:NUnitParams -> assemblies:seq<string> -> string
|
Builds the command line arguments from the given parameter record and the given assemblies. |
NUnitDefaults
Signature: NUnitParams
|
The NUnitParams default parameters. Defaults
|