Enum TestState
The various states a test can be in
Namespace: UnityEditor.PackageManager.ValidationSuite
Assembly: Unity.PackageValidationSuite.Editor.dll
Syntax
public enum TestState
Fields
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. |