Common Module
Contains types and utility functions related to running NUnit unit tests.
Types
Type | Description |
The |
|
Functions and values
Function or value | Description |
|
|
Full Usage:
buildArgs parameters assemblies
Parameters:
NUnitParams
assemblies : seq<string>
Returns: string
|
|
|
|
Active patterns
Active pattern | Description |
Full Usage:
(|OK|TestsFailed|FatalError|) errorCode
Parameters:
int
Returns: Choice<unit, unit, string>
|
NUnit console returns negative error codes for errors and sum of failed, ignored and exceptional tests otherwise. Zero means that all tests passed.
|