NUnit.Framework.LevelOfParallelismAttribute
Sets the number of worker threads that may be allocated by the framework
for running tests.
namespace NUnit.Framework
{
public sealed class LevelOfParallelismAttribute : PropertyAttribute
{
public LevelOfParallelismAttribute(int level);
}
}