Files
2020-07-21 15:43:56 +09:00

12 lines
179 B
C#

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