docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class DefaultGraphicsTestCaseSource

    Default implementation of the GraphicsTestCaseSource class. This class is used to create a default graphics test case.

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

    Methods

    GetTestCases(IMethodInfo, ITest)

    Gets the test cases for the specified method. This method is used to create a graphics test case.

    Declaration
    public override IEnumerable<GraphicsTestCase> GetTestCases(IMethodInfo methodInfo, ITest suite)
    Parameters
    Type Name Description
    IMethodInfo methodInfo

    The method info for the test case.

    ITest suite

    The suite this test case belongs to.

    Returns
    Type Description
    IEnumerable<GraphicsTestCase>

    An enumerable collection of graphics test cases.

    Overrides
    GraphicsTestCaseSource.GetTestCases(IMethodInfo, ITest)
    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)