NUnit.Framework.ActionTargets
The different targets a test action attribute can be applied to
namespace NUnit.Framework
{
public enum ActionTargets
{
Default = 0,
Test = 1,
Suite = 2
}
}