Namespace UnityEngine.TestTools.Graphics
Classes
GraphicsTestCase
Represents one automatically-generated graphics test case.
GraphicsTestSettings
ImageAssert
Provides test assertion helpers for working with images.
ImageComparisonSettings
Settings to control how image comparison is performed by ImageAssert.
RuntimeSettings
Helper class for runtime automated graphics tests.
UseGraphicsTestCasesAttribute
Marks a test which takes GraphicsTestCase
instances as wanting to have them generated automatically by
the scene/reference-image management feature in the framework.
Interfaces
IGraphicsTestCaseProvider
Describes an object that can provide GraphicsTestCase objects. THe framework provides different implementations for the Editor (which loads reference images directly from the Asset Database) and Players (which use the pre-built AssetBundle).