NUnit3Params Type
The NUnit 3 Console Parameters type. FAKE will use NUnit3Defaults for values not provided.
For reference, see: NUnit3 command line options
Record fields
Record Field | Description |
Full Usage:
Agents
Field type: int option
|
Number of agents that may be allowed to run simultaneously assuming you are not running in-process. If not specified, all agent processes run tests at the same time, whatever the number of assemblies. This setting is used to control running your assemblies in parallel.
|
Full Usage:
Config
Field type: string
|
|
Full Usage:
DisposeRunners
Field type: bool
|
|
|
|
|
|
Full Usage:
ErrorDir
Field type: string
|
|
|
|
Full Usage:
Force32bit
Field type: bool
|
|
|
Allows you to specify the version of the runtime to be used in executing tests.
Default value is runtime under which the assembly was built. See:
|
|
|
Full Usage:
OutputDir
Field type: string
|
|
Full Usage:
Params
Field type: string
|
A test parameter specified in the form name=value. Multiple parameters may be specified, separated by semicolons
|
|
|
Full Usage:
ResultSpecs
Field type: string list
|
Output specs for saving the test results. Default value is TestResult.xml
Passing empty list does not save any result (
|
Full Usage:
Seed
Field type: int
|
|
Full Usage:
ShadowCopy
Field type: bool
|
|
Full Usage:
SkipNonTestAssemblies
Field type: bool
|
Skips assemblies that do not contain tests or assemblies that contain the
|
Full Usage:
StopOnError
Field type: bool
|
|
Full Usage:
TeamCity
Field type: bool
|
|
Full Usage:
Testlist
Field type: string
|
|
The default timeout to be used for test cases. If any test exceeds the timeout value, it is cancelled and reported as an error.
|
|
Full Usage:
ToolPath
Field type: string
|
|
|
|
Full Usage:
Where
Field type: string
|
An expression indicating which tests to run. It may specify test names, classes, methods,
categories or properties comparing them to actual values with the operators
|
Full Usage:
Workers
Field type: int option
|
Specify the NUMBER of worker threads to be used in running tests. This setting is used to control running your tests in parallel and is used in conjunction with the Parallelism Attribute. If not specified, workers defaults to the number of processors on the machine, or 2, whichever is greater.
|
Full Usage:
WorkingDir
Field type: string
|
|
Instance members
Instance member | Description |
|
|