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