Class ValidationSuite
The validation suite allows you to validate a package while in development
Inherited Members
Namespace: UnityEditor.PackageManager.ValidationSuite
Assembly: solution.dll
Syntax
[InitializeOnLoad]
public class ValidationSuite
Constructors
| Name | Description |
|---|---|
| ValidationSuite() |
Methods
| Name | Description |
|---|---|
| GetReport(string) | Get the validation suite report for the given package id. |
| GetValidationSuiteReport(string) | Get the validation suite report for the given package id. |
| GetValidationSuiteReport(string, string) | Get the validation suite report for the given package. |
| JsonReportExists(string) | Find out if the validation suite report exists for the given package id. |
| ReportExists(string) | Find out if the validation suite report exists for the given package id. |
| ValidatePackage(string, string, string[]) | |
| ValidatePackage(string, string, ValidationType) | Validate a package for the given validation context. |
| ValidatePackage(string, ValidationType) | Validate a package for the given validation context. |
| ValidatePackage(VettingContext, out ValidationSuiteReport) | |
| ValidatePackage(VettingContext, ValidationType, out ValidationSuiteReport) |