docs.unity.cn
    Show / Hide Table of Contents

    Enum TestStatus

    The TestStatus enum indicates the test result status.

    Namespace: UnityEditor.TestTools.TestRunner.Api
    Syntax
    public enum TestStatus

    Fields

    Name Description Value
    Failed

    The test ran and failed.

    Inconclusive

    The test ran with an inconclusive result.

    Passed

    The test ran and passed.

    Skipped

    The test was skipped.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Monday, November 14, 2022
    Terms of use