Class GraphicsTestAttribute
Attribute that allows to generate test cases based on the graphics test cases provided by DefaultGraphicsTestCaseSource.
Implements
ITestBuilder
IImplyFixture
ITestAction
Inherited Members
Namespace: UnityEngine.TestTools.Graphics
Assembly: UnityEngine.TestTools.Graphics.dll
Syntax
public sealed class GraphicsTestAttribute : GraphicsTestAttributeBase, ITestBuilder, IImplyFixture, ITestAction
Remarks
This attribute is used to mark a method as a graphics test.
Constructors
GraphicsTestAttribute()
Creates a new instance of the GraphicsTestAttribute class.
Declaration
public GraphicsTestAttribute()
Remarks
This constructor uses the DefaultGraphicsTestCaseSource as the source for generating test cases.
Implements
NUnit.Framework.Interfaces.ITestBuilder
NUnit.Framework.Interfaces.IImplyFixture
NUnit.Framework.ITestAction