Class ValidationSuiteReportData | Package Validation Suite | 0.13.0-preview
docs.unity3d.com
    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
    Namespace: UnityEditor.PackageManager.ValidationSuite
    Syntax
    [Serializable]
    public class ValidationSuiteReportData

    Fields

    Elapsed

    How long the validation report took to run.

    Declaration
    public int Elapsed
    Field Value
    Type Description
    Int32

    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
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023