docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ValidationTestReport

    The result of a single test for the validation suite.

    Inheritance
    object
    ValidationTestReport
    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 ValidationTestReport

    Fields

    Elapsed

    How long it took to execute the test.

    Declaration
    public int Elapsed
    Field Value
    Type Description
    int

    EndTime

    The end time when the test completed.

    Declaration
    public string EndTime
    Field Value
    Type Description
    string

    StartTime

    The start time that the test was run.

    Declaration
    public string StartTime
    Field Value
    Type Description
    string

    TestDescription

    The description for the test.

    Declaration
    public string TestDescription
    Field Value
    Type Description
    string

    TestName

    The name of the test.

    Declaration
    public string TestName
    Field Value
    Type Description
    string

    TestOutput

    The list of individual output string for this tests. This gives the description of everything that went wrong when running the test.

    Declaration
    public ValidationTestOutput[] TestOutput
    Field Value
    Type Description
    ValidationTestOutput[]

    TestResult

    The test result as a string.

    Declaration
    public string TestResult
    Field Value
    Type Description
    string

    TestState

    The test result.

    Declaration
    public TestState TestState
    Field Value
    Type Description
    TestState
    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)