Files

12 lines
181 B
C#
Raw Normal View History

2019-09-29 19:40:54 -04:00
namespace UnityEditor.TestTools.TestRunner.Api
{
internal enum RunState
{
NotRunnable,
Runnable,
Explicit,
Skipped,
Ignored,
}
}