Enum TestMode
Represents the different test modes that can be included in a test run.
Namespace: UnityEngine.TestTools
Assembly: UnityEngine.TestRunner.dll
Syntax
[Flags]
public enum TestMode
Fields
Name | Description |
---|---|
EditMode | Edit mode tests are included. |
None | No test modes included. |
PlayMode | Play mode tests are included. |
Player | Player tests are included. |