Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
TestStatus
Basic data type to represent test status
Union Cases
Union Case | Description |
Failure(string,string)
Signature: string * string
|
|
Ignored(string,string)
Signature: string * string
|
|
Ok
Signature:
|