Enum TestState
The various states a test can be in
Namespace: UnityEditor.PackageManager.ValidationSuite
Assembly: solution.dll
Syntax
public enum TestStateFields
| Name | Description | 
|---|---|
| Failed | The test failed. | 
| NotImplementedYet | The test is not yet implemented and should be skipped. | 
| NotRun | The test was not run. | 
| Running | The test is currently running. | 
| Succeeded | The test succeeded. |