NUnitParams Type
The NUnit Console Parameters type. FAKE will use `NUnitDefaults` for values not provided.
For reference, see: NUnit-Console Command Line Options
Record fields
Record Field | Description |
Full Usage:
DisableShadowCopy
Field type: bool
|
|
|
|
Full Usage:
DontTestInNewThread
Field type: bool
|
|
|
|
Full Usage:
ErrorOutputFile
Field type: string
|
Redirects error output created by the tests from standard error output (console) to the file specified as value.
|
Full Usage:
ExcludeCategory
Field type: string
|
The Categories to be excluded in a test run. Multiple categories may be specified on either option, by using commas to separate them.
|
Full Usage:
Fixture
Field type: string
|
|
Full Usage:
Framework
Field type: string
|
|
Full Usage:
IncludeCategory
Field type: string
|
The Categories to be included in a test run. Multiple categories may be specified on either option, by using commas to separate them.
|
Full Usage:
Out
Field type: string
|
Redirects output created by the tests from standard output (console) to the file specified as value.
|
Full Usage:
OutputFile
Field type: string
|
|
|
Controls how NUnit loads tests in processes. See: NUnitProcessModel.
|
Full Usage:
ShowLabels
Field type: bool
|
|
Full Usage:
SkipNonTestAssemblies
Field type: bool
|
|
Full Usage:
StopOnError
Field type: bool
|
|
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:
ToolName
Field type: string
|
|
Full Usage:
ToolPath
Field type: string
|
|
Full Usage:
WorkingDir
Field type: string
|
|
Full Usage:
XsltTransformFile
Field type: string
|
|