UnitTestHelper
This module contains functions which allow to report unit test results to build servers.
Nested types and modules
Type | Description |
Test | Basic data type to represent tests |
TestResults | Basic data type to represent test results |
TestStatus | Basic data type to represent test status |
Functions and values
Function or value | Description |
reportTestResults testResults
Signature: testResults:TestResults -> unit
|
![]() ![]() Reports the given test results to the detected build server |
reportToAppVeyor testResults
Signature: testResults:TestResults -> unit
|
![]() ![]() Reports the given test results to AppVeyor. |
reportToTeamCity testResults
Signature: testResults:TestResults -> unit
|
![]() ![]() Reports the given test results to TeamCity. |