Class ValidationExceptionManager
Class that manages the validation exceptions for this package.
Inherited Members
Namespace: UnityEditor .PackageManager .ValidationSuite
Assembly: solution.dll
Syntax
public class ValidationExceptionManager
Constructors
Name | Description |
---|---|
Validation |
Constructor for the Validation Exception Manager |
Properties
Name | Description |
---|---|
Has |
Will return true if the package contains 1 or more validation error exceptions |
Has |
Will return true if the package contains 1 or more validation exceptions |
Has |
Will return true if the package contains 1 or more validation warning exceptions |
Methods
Name | Description |
---|---|
Check |
Checks the validity of the validation exception list. |
Is |
Tests whether a test class has been exceptioned completely with respect to errors. |
Is |
Tests whether the requested error is part of the validation exception list. |
Is |
Tests whether a test class has been exceptioned completely with respect to warnings. |
Is |
Tests whether the requested warning is part of the validation exception list. |