docs.unity3d.com
    Show / Hide Table of Contents

    Class CloudTestManager

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

    Constructors

    CloudTestManager()

    Declaration
    public CloudTestManager()

    CloudTestManager(HttpClient)

    Declaration
    public CloudTestManager(HttpClient httpClient)
    Parameters
    Type Name Description
    HttpClient httpClient

    Properties

    Instance

    Declaration
    public static CloudTestManager Instance { get; }
    Property Value
    Type Description
    CloudTestManager

    Methods

    GetAppleDevice(String)

    Declaration
    public string GetAppleDevice(string deviceModel)
    Parameters
    Type Name Description
    String deviceModel
    Returns
    Type Description
    String

    GetDeviceFarmConfig(DeviceFarmOverrides, String)

    Declaration
    public DeviceFarmConfig GetDeviceFarmConfig(DeviceFarmOverrides dfOverrides = null, string deviceFarmConfigFile = "config.json")
    Parameters
    Type Name Description
    DeviceFarmOverrides dfOverrides
    String deviceFarmConfigFile
    Returns
    Type Description
    DeviceFarmConfig

    GetTestResults(DeviceFarmOverrides)

    Declaration
    public string GetTestResults(DeviceFarmOverrides dfConfOverrides = null)
    Parameters
    Type Name Description
    DeviceFarmOverrides dfConfOverrides
    Returns
    Type Description
    String

    ResetTestResults()

    Declaration
    public void ResetTestResults()

    SetCounter(String, Int64)

    Declaration
    public void SetCounter(string name, long value)
    Parameters
    Type Name Description
    String name
    Int64 value

    UploadCounters(DeviceFarmOverrides)

    Declaration
    public static void UploadCounters(DeviceFarmOverrides dfConfOverrides = null)
    Parameters
    Type Name Description
    DeviceFarmOverrides dfConfOverrides

    UploadReport(DeviceFarmConfig)

    Declaration
    public void UploadReport(DeviceFarmConfig dfConf)
    Parameters
    Type Name Description
    DeviceFarmConfig dfConf
    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