docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TestRunData

    Represents the data for a test run.

    Inheritance
    object
    TestRunData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.TestRunner.UnityTestProtocol
    Assembly: UnityEditor.TestRunner.dll
    Syntax
    [Serializable]
    public class TestRunData

    Fields

    OneTimeSetUpDuration

    The duration of the one-time setup.

    Declaration
    public long OneTimeSetUpDuration
    Field Value
    Type Description
    long

    OneTimeTearDownDuration

    The duration of the one-time teardown.

    Declaration
    public long OneTimeTearDownDuration
    Field Value
    Type Description
    long

    SuiteName

    The name of the test suite.

    Declaration
    public string SuiteName
    Field Value
    Type Description
    string

    TestsInFixture

    The names of the tests in the fixture.

    Declaration
    public string[] TestsInFixture
    Field Value
    Type Description
    string[]
    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)