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