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