Enum TestStatus
The TestStatus enum indicates the test result status.
Namespace: UnityEditor.TestTools.TestRunner.Api
Syntax
public enum TestStatus
Fields
| Name | Description | Value |
|---|---|---|
| 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. |