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 | AutoDetect the type of fixture to create. Uses the Assembly and whether the test is currently in PlayMode to decide the fixture type. |
| Editor | Editor fixture type for tests around an EditorPanel. |
| Runtime | Runtime fixture type for tests around a RuntimePanel. |