docs.unity3d.com
    Show / Hide Table of Contents

    Class CodeGenerationSubWindow

    Editor window for generating AQA tests.

    Inheritance
    Object
    HubSubWindow
    CodeGenerationSubWindow
    Inherited Members
    HubSubWindow.Init()
    HubSubWindow.SetUpView(VisualElement)
    HubSubWindow.OnGUI()
    Namespace: Unity.AutomatedQA.Editor
    Syntax
    public class CodeGenerationSubWindow : HubSubWindow

    Methods

    ClearAll()

    Declaration
    public void ClearAll()

    GenerateTests(Boolean)

    Declaration
    public void GenerateTests(bool replaceWithSimpleTests)
    Parameters
    Type Name Description
    Boolean replaceWithSimpleTests

    GetAutomatedRuns()

    Find all assets and filter out Automated Runs.

    Declaration
    public static List<(string path, AutomatedRun automatedRun)> GetAutomatedRuns()
    Returns
    Type Description
    List<ValueTuple<String, AutomatedRun>>

    Init()

    Declaration
    public override void Init()
    Overrides
    HubSubWindow.Init()

    OnGUI()

    Declaration
    public override void OnGUI()
    Overrides
    HubSubWindow.OnGUI()

    SelectRecording(String)

    Declaration
    public void SelectRecording(string recordingFilePath)
    Parameters
    Type Name Description
    String recordingFilePath

    SetUpView(ref VisualElement)

    Declaration
    public override void SetUpView(ref VisualElement br)
    Parameters
    Type Name Description
    VisualElement br
    Overrides
    HubSubWindow.SetUpView(ref VisualElement)

    SetUpView(ref VisualElement, Boolean, Boolean)

    Declaration
    public void SetUpView(ref VisualElement br, bool isSave, bool isError)
    Parameters
    Type Name Description
    VisualElement br
    Boolean isSave
    Boolean isError
    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