docs.unity3d.com
    Show / Hide Table of Contents

    Class RecordedTesting

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

    Methods

    CreateFileFromResource(String, String)

    Declaration
    public static string CreateFileFromResource(string resourcePath, string fileName)
    Parameters
    Type Name Description
    String resourcePath
    String fileName
    Returns
    Type Description
    String

    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

    IsRecordedTest(String)

    Declaration
    public static bool IsRecordedTest(string testName)
    Parameters
    Type Name Description
    String testName
    Returns
    Type Description
    Boolean

    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
    Terms of use
    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