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 — 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