summaryrefslogtreecommitdiff
path: root/Library/PackageCache/com.unity.test-framework@1.1.11/UnityEditor.TestRunner/Api/RunState.cs
blob: 937e39e92c6049aa82e8aae04628472f29de5934 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
namespace UnityEditor.TestTools.TestRunner.Api
{
    public enum RunState
    {
        NotRunnable,
        Runnable,
        Explicit,
        Skipped,
        Ignored,
    }
}