FAKE - F# Make


UnitTestHelper

This module contains functions which allow to report unit test results to build servers.

Nested types and modules

TypeDescription
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 valueDescription
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.

Fork me on GitHub