docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TestResultXmlParser

    Helper class to parse test runs into performance test runs.

    Inheritance
    object
    TestResultXmlParser
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)