OBSOLETE
This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.
UnitTestHelper
This module contains functions which allow to report unit test results to build servers.
Nested types and modules
Type | Description |
Test |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Basic data type to represent tests |
TestResults |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Basic data type to represent test results |
TestStatus |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Basic data type to represent test status |
Functions and values
Function or value | Description |
reportTestResults(testResults)
Signature: testResults:TestResults -> unit
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Reports the given test results to the detected build server |
reportToAppVeyor(testResults)
Signature: testResults:TestResults -> unit
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Reports the given test results to AppVeyor. |
reportToTeamCity(testResults)
Signature: testResults:TestResults -> unit
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Reports the given test results to TeamCity. |