Method SaveResultToFile
SaveResultToFile(ITestResultAdaptor, string)
Save a given set of ITestResultAdaptor in NUnit XML Format to a file at the provided file path. Any matching existing file is overwritten.
Declaration
public static void SaveResultToFile(ITestResultAdaptor results, string xmlFilePath)
Parameters
| Type | Name | Description |
|---|---|---|
| ITestResultAdaptor | results | Test results to write in a file. |
| string | xmlFilePath | An xml file path relative to the project folder. |