docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GraphicsTestCaseCreatedArgs

    Event arguments for the GraphicsTestAttribute.TestCaseCreated event. This class contains the test case and the setup actions associated with the test case.

    Inheritance
    object
    EventArgs
    GraphicsTestCaseCreatedArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.TestTools.Graphics
    Assembly: UnityEngine.TestTools.Graphics.dll
    Syntax
    public class GraphicsTestCaseCreatedArgs : EventArgs

    Properties

    SetupActions

    The setup actions associated with the test case.

    Declaration
    public IEnumerable<SetupAction> SetupActions { get; init; }
    Property Value
    Type Description
    IEnumerable<SetupAction>

    TestCase

    The test case that was created. The type of the test case will depend on the type returned by the test case source.

    Declaration
    public GraphicsTestCase TestCase { get; init; }
    Property Value
    Type Description
    GraphicsTestCase
    In This Article
    Back to top
    Copyright © 2026 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)