Enum UITestFixture.FixtureType
The type of fixture to create during instantiation.
Namespace: UnityEngine.UIElements.TestFramework
Assembly: Unity.UI.TestFramework.Runtime.dll
Syntax
public enum UITestFixture.FixtureType
Fields
| Name | Description |
|---|---|
| AutoDetect | Automatically detects the type of fixture to create. |
| Editor | Editor fixture type for tests around an Editor panel. |
| Runtime | Runtime fixture type for tests around a runtime panel. |