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.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: UnityEditor.PackageManager.ValidationSuite
    Assembly: solution.dll
    Syntax
    [Serializable]
    public class ValidationTestReport

    Fields

    Name Description
    Elapsed

    How long it took to execute the test.

    EndTime

    The end time when the test completed.

    StartTime

    The start time that the test was run.

    TestDescription

    The description for the test.

    TestName

    The name of the test.

    TestOutput

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

    TestResult

    The test result as a string.

    TestState

    The test result.

    In This Article
    Back to top
    Copyright © 2023 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)