Enum TestMode
A flag indicating whether to run Edit Mode or Play Mode tests.
Namespace: UnityEditor.TestTools.TestRunner.Api
Syntax
[Flags]
public enum TestMode
Fields
| Name | Description | Value |
|---|---|---|
| EditMode | Run EditMode tests. |
|
| PlayMode | Run PlayMode tests. |