Enum TestStatus
The TestStatus enum indicates the test result status.
네임스페이스: UnityEditor.TestTools.TestRunner.Api
어셈블리: solution.dll
구문
public enum TestStatus
필드
이름 | 설명 |
---|---|
Failed | The test ran and failed. |
Inconclusive | The test ran with an inconclusive result. |
Passed | The test ran and passed. |
Skipped | The test was skipped. |