NUnit.Framework.RequiresThreadAttribute
Marks a test that must run on a separate thread.
namespace NUnit.Framework
{
public class RequiresThreadAttribute : PropertyAttribute, IApplyToTest
{
public RequiresThreadAttribute();
public RequiresThreadAttribute(ApartmentState apartment);
}
}