Class TestResultXmlParser
Helper class to parse test runs into performance test runs.
Inherited Members
Namespace: Unity.PerformanceTesting.Editor
Assembly: Unity.PerformanceTesting.Editor.dll
Syntax
public class TestResultXmlParser
Methods
GetPerformanceTestRunFromXml(string)
Parses performance test run from test run result xml.
Declaration
public Run GetPerformanceTestRunFromXml(string resultXmlFileName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | resultXmlFileName | Path to test results xml file. |
Returns
| Type | Description |
|---|---|
| Run | Performance test run data extracted from the NUnit xml results file. |