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
TestResults
Basic data type to represent test results
Record Fields
Record Field | Description |
SuiteName
Signature: string
|
|
Tests
Signature: Test list
|
Instance members
Instance member | Description |
x.GetFailed()
Signature: unit -> Test list
|
|
x.GetTestCount()
Signature: unit -> int
|