FAKE - F# Make


NUnitCommon

Contains types and utility functions relaited to running NUnit unit tests.

Nested types and modules

TypeDescription
NUnitDomainModel

The /domain option controls of the creation of AppDomains for running tests. See http://www.nunit.org/index.php?p=consoleCommandLine&r=2.4.6

NUnitErrorLevel

Option which allows to specify if a NUnit error should break the build.

NUnitParams

Parameter type for NUnit.

NUnitProcessModel

Process model for nunit to use, see http://www.nunit.org/index.php?p=projectEditor&r=2.5

Functions and values

Function or valueDescription
NUnitDefaults
Signature: NUnitParams

NUnit default parameters. FAKE tries to locate nunit-console.exe in any subfolder.

Active patterns

Active patternDescription
( |OK|TestsFailed|FatalError| ) (...)
Signature: errorCode:int -> 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.

Fork me on GitHub