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 |
---|---|
ValidationExceptionManager(string) | Constructor for the Validation Exception Manager |
Properties
Name | Description |
---|---|
HasErrorExceptions | Will return true if the package contains 1 or more validation error exceptions |
HasExceptions | Will return true if the package contains 1 or more validation exceptions |
HasWarningExceptions | Will return true if the package contains 1 or more validation warning exceptions |
Methods
Name | Description |
---|---|
CheckValidationExceptions(string) | Checks the validity of the validation exception list. |
IsErrorException(string, string) | Tests whether a test class has been exceptioned completely with respect to errors. |
IsErrorException(string, string, string) | Tests whether the requested error is part of the validation exception list. |
IsWarningException(string, string) | Tests whether a test class has been exceptioned completely with respect to warnings. |
IsWarningException(string, string, string) | Tests whether the requested warning is part of the validation exception list. |