Tfs.

ReportTestResults(TestResultsType, string, string, string, string, bool, bool) Method

Summary

Reports the test results.
Assembly
Rocket.Surgery.Cake.dll
Namespace
Rocket.Surgery.Cake.TfsTasks
Containing Type
Tfs

Syntax

public void ReportTestResults(TestResultsType type, string title, string files, string configuration = null, string platform = null, bool mergeResults = true, bool publishRunAttachments = true)

Parameters

Name Type Description
type TestResultsType The type.
title string The title.
files string The files.
configuration string The configuration.
platform string The platform.
mergeResults bool if set to true [merge results].
publishRunAttachments bool if set to true [publish run attachments].

Return Value

Type Description
void