Enum TestState
The various states a test can be in
Namespace: UnityEditor.PackageManager.ValidationSuite
Syntax
public enum TestState
Fields
Name | Description | Value |
---|---|---|
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. |