docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ValidationSuiteReportData

    The validation suite report.

    This contains all the information regarding every test that the validation suite has run.

    Inheritance
    object
    ValidationSuiteReportData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.PackageManager.ValidationSuite
    Assembly: Unity.PackageValidationSuite.Editor.dll
    Syntax
    [Serializable]
    public class ValidationSuiteReportData

    Fields

    Elapsed

    How long the validation report took to run.

    Declaration
    public int Elapsed
    Field Value
    Type Description
    int

    EndTime

    The end time when the validation report was ran.

    Declaration
    public string EndTime
    Field Value
    Type Description
    string

    StartTime

    The start time when the validation report was ran.

    Declaration
    public string StartTime
    Field Value
    Type Description
    string

    TestResult

    The validation result for the report.

    Declaration
    public TestState TestResult
    Field Value
    Type Description
    TestState

    Tests

    The list of individual tests that are included in the report.

    Declaration
    public List<ValidationTestReport> Tests
    Field Value
    Type Description
    List<ValidationTestReport>

    Type

    The type of validation that was run for the report.

    Declaration
    public ValidationType Type
    Field Value
    Type Description
    ValidationType
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)