Class CliArgumentsTests
Inheritance
CliArgumentsTests
Assembly: UnityEditor.TestTools.Graphics.Tests.dll
public class CliArgumentsTests
Methods
Declaration
[Test]
public void CheckForConflictingEditorCliArgs_EditorGfxApiDoesntMatchArgs_ErrorIsLogged()
Declaration
[Test]
public void CheckForConflictingEditorCliArgs_PlayerGfxApiDoesntMatchArgs_ErrorIsLogged()
Declaration
[Test]
public void CheckGfxApiAgainstArguments_EditorGfxApiDoesntMatchForceArg_ErrorIsLogged()
Declaration
[Test]
[TestCaseSource(typeof(CliArgumentsData), "ForceGraphicsApiTestCases")]
public void CheckGfxApiAgainstArguments_EditorGfxApiMatchesForceArg_LogIsLogged(string arg, GraphicsDeviceType api)
Parameters
Declaration
[Test]
public void CheckGfxApiAgainstArguments_NonGtfArgumentsAreIgnored_LogIsLogged()
Declaration
[Test]
public void CheckGfxApiAgainstArguments_PlayerGfxApiDoesntMatchCliProjectSetupArg_ErrorIsLogged()
Declaration
[Test]
public void CheckGfxApiAgainstArguments_PlayerGfxApiDoesntMatchGtfArg_ErrorIsLogged()
Declaration
[Test]
public void CheckGfxApiAgainstArguments_PlayerGfxApiDoesntMatchUtrArg_ErrorIsLogged()
Declaration
[Test]
[TestCaseSource(typeof(CliArgumentsData), "PlayerGraphicsApiTestCases")]
public void CheckGfxApiAgainstArguments_PlayerGfxApiMatchesCliProjectSetupArg_LogIsLogged(string arg, GraphicsDeviceType api)
Parameters
Declaration
[Test]
[TestCaseSource(typeof(CliArgumentsData), "GraphicsTestFrameworkTestCases")]
public void CheckGfxApiAgainstArguments_PlayerGfxApiMatchesGtfArg_LogIsLogged(List<string> args, GraphicsDeviceType api)
Parameters
Declaration
[Test]
[TestCaseSource(typeof(CliArgumentsData), "UtrTestCases")]
public void CheckGfxApiAgainstArguments_PlayerGfxApiMatchesUtrArg_LogIsLogged(string testSettingsArg, string gfxApiArg, GraphicsDeviceType api)
Parameters