docs.unity3d.com
    Show / Hide Table of Contents

    Class RecordedTesting

    Inheritance
    Object
    RecordedTesting
    Namespace: Unity.RecordedTesting
    Syntax
    public static class RecordedTesting

    Fields

    GAMESIM_API_ENDPOINT

    Declaration
    public const string GAMESIM_API_ENDPOINT = "https://api.prd.gamesimulation.unity3d.com"
    Field Value
    Type Description
    String

    Methods

    GetAllRecordedTests()

    Declaration
    public static List<TestRecordingData> GetAllRecordedTests()
    Returns
    Type Description
    List<TestRecordingData>

    GetLocalRecordingFile(String)

    Declaration
    public static string GetLocalRecordingFile(string testName)
    Parameters
    Type Name Description
    String testName
    Returns
    Type Description
    String

    SetupCloudUTFTests(String)

    Setup test with cloud recordings and prepare play back

    Declaration
    public static void SetupCloudUTFTests(string testName)
    Parameters
    Type Name Description
    String testName

    SetupRecordedTest(String)

    Set up the test with recording data and prepare to play back the recording

    Declaration
    public static void SetupRecordedTest(string testName)
    Parameters
    Type Name Description
    String testName

    The fully qualified name of the test method (NUnit.Framework.TestContext.CurrentContext.Test.FullName)

    TestPlayToEnd()

    Declaration
    public static IEnumerator TestPlayToEnd()
    Returns
    Type Description
    IEnumerator
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023