NUnit.Framework.RequiresThreadAttribute public class RequiresThreadAttribute : PropertyAttribute, IApplyToTest Documentation Code namespace NUnit.Framework { public class RequiresThreadAttribute : PropertyAttribute, IApplyToTest { public RequiresThreadAttribute(); public RequiresThreadAttribute(ApartmentState apartment); } }