docs.unity.cn
    Show / Hide Table of Contents

    Enum RunState

    The RunState enum indicates whether a test can be executed.

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

    Fields

    Name Description Value
    Explicit

    The test can only be run explicitly

    Ignored

    The test has been ignored. May appear on a Test, when the IgnoreAttribute is used.

    NotRunnable

    The test is not runnable.

    Runnable

    The test is runnable.

    Skipped

    The test has been skipped. This value may appear on a Test when certain attributes are used to skip the test.

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