GlobalGameJame/Library/PackageCache/com.unity.test-framework@1.1.9/UnityEditor.TestRunner/Api/RunState.cs

12 lines
179 B
C#

namespace UnityEditor.TestTools.TestRunner.Api
{
public enum RunState
{
NotRunnable,
Runnable,
Explicit,
Skipped,
Ignored,
}
}