Summary
Reports the test results.
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