Interface IValidationTest
Namespace: UnityEditor.PackageManager.ValidationSuite
Assembly: Unity.PackageValidationSuite.Editor.dll
Syntax
public interface IValidationTest
Properties
Suite
Declaration
ValidationSuite Suite { get; }
Property Value
Type | Description |
---|---|
ValidationSuite |
TestCategory
Declaration
TestCategory TestCategory { get; }
Property Value
Type | Description |
---|---|
TestCategory |
TestDescription
Declaration
string TestDescription { get; }
Property Value
Type | Description |
---|---|
string |
TestName
Declaration
string TestName { get; }
Property Value
Type | Description |
---|---|
string |