Enum RunState
The RunState enum indicates whether a test can be executed.
네임스페이스: UnityEditor.TestTools.TestRunner.Api
어셈블리: solution.dll
구문
public enum RunState
필드
이름 | 설명 |
---|---|
Explicit | The test can only be run explicitly |
Ignored | The test has been ignored. May appear on a Test, when the IgnoreAttribute is used. |
NotRunnable | The test is not runnable. |
Runnable | The test is runnable. |
Skipped | The test has been skipped. This value may appear on a Test when certain attributes are used to skip the test. |