docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CliArgumentsTests

    Inheritance
    object
    CliArgumentsTests
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.TestTools.Graphics.Tests
    Assembly: UnityEditor.TestTools.Graphics.Tests.dll
    Syntax
    public class CliArgumentsTests

    Methods

    CheckForConflictingEditorCliArgs_EditorGfxApiDoesntMatchArgs_ErrorIsLogged()

    Declaration
    [Test]
    public void CheckForConflictingEditorCliArgs_EditorGfxApiDoesntMatchArgs_ErrorIsLogged()

    CheckForConflictingEditorCliArgs_PlayerGfxApiDoesntMatchArgs_ErrorIsLogged()

    Declaration
    [Test]
    public void CheckForConflictingEditorCliArgs_PlayerGfxApiDoesntMatchArgs_ErrorIsLogged()

    CheckGfxApiAgainstArguments_EditorGfxApiDoesntMatchForceArg_ErrorIsLogged()

    Declaration
    [Test]
    public void CheckGfxApiAgainstArguments_EditorGfxApiDoesntMatchForceArg_ErrorIsLogged()

    CheckGfxApiAgainstArguments_EditorGfxApiMatchesForceArg_LogIsLogged(string, GraphicsDeviceType)

    Declaration
    [Test]
    [TestCaseSource(typeof(CliArgumentsData), "ForceGraphicsApiTestCases")]
    public void CheckGfxApiAgainstArguments_EditorGfxApiMatchesForceArg_LogIsLogged(string arg, GraphicsDeviceType api)
    Parameters
    Type Name Description
    string arg
    GraphicsDeviceType api

    CheckGfxApiAgainstArguments_NonGtfArgumentsAreIgnored_LogIsLogged()

    Declaration
    [Test]
    public void CheckGfxApiAgainstArguments_NonGtfArgumentsAreIgnored_LogIsLogged()

    CheckGfxApiAgainstArguments_PlayerGfxApiDoesntMatchCliProjectSetupArg_ErrorIsLogged()

    Declaration
    [Test]
    public void CheckGfxApiAgainstArguments_PlayerGfxApiDoesntMatchCliProjectSetupArg_ErrorIsLogged()

    CheckGfxApiAgainstArguments_PlayerGfxApiDoesntMatchGtfArg_ErrorIsLogged()

    Declaration
    [Test]
    public void CheckGfxApiAgainstArguments_PlayerGfxApiDoesntMatchGtfArg_ErrorIsLogged()

    CheckGfxApiAgainstArguments_PlayerGfxApiDoesntMatchUtrArg_ErrorIsLogged()

    Declaration
    [Test]
    public void CheckGfxApiAgainstArguments_PlayerGfxApiDoesntMatchUtrArg_ErrorIsLogged()

    CheckGfxApiAgainstArguments_PlayerGfxApiMatchesCliProjectSetupArg_LogIsLogged(string, GraphicsDeviceType)

    Declaration
    [Test]
    [TestCaseSource(typeof(CliArgumentsData), "PlayerGraphicsApiTestCases")]
    public void CheckGfxApiAgainstArguments_PlayerGfxApiMatchesCliProjectSetupArg_LogIsLogged(string arg, GraphicsDeviceType api)
    Parameters
    Type Name Description
    string arg
    GraphicsDeviceType api

    CheckGfxApiAgainstArguments_PlayerGfxApiMatchesGtfArg_LogIsLogged(List<string>, GraphicsDeviceType)

    Declaration
    [Test]
    [TestCaseSource(typeof(CliArgumentsData), "GraphicsTestFrameworkTestCases")]
    public void CheckGfxApiAgainstArguments_PlayerGfxApiMatchesGtfArg_LogIsLogged(List<string> args, GraphicsDeviceType api)
    Parameters
    Type Name Description
    List<string> args
    GraphicsDeviceType api

    CheckGfxApiAgainstArguments_PlayerGfxApiMatchesUtrArg_LogIsLogged(string, string, GraphicsDeviceType)

    Declaration
    [Test]
    [TestCaseSource(typeof(CliArgumentsData), "UtrTestCases")]
    public void CheckGfxApiAgainstArguments_PlayerGfxApiMatchesUtrArg_LogIsLogged(string testSettingsArg, string gfxApiArg, GraphicsDeviceType api)
    Parameters
    Type Name Description
    string testSettingsArg
    string gfxApiArg
    GraphicsDeviceType api
    In This Article
    Back to top
    Copyright © 2024 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)