Summary
Reports the test results.
Syntax
public void ReportTestResults(TestResultsType type, string title, IEnumerable<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 |
IEnumerable<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