12 lines
181 B
C#
12 lines
181 B
C#
namespace UnityEditor.TestTools.TestRunner.Api
|
|
{
|
|
internal enum RunState
|
|
{
|
|
NotRunnable,
|
|
Runnable,
|
|
Explicit,
|
|
Skipped,
|
|
Ignored,
|
|
}
|
|
}
|