NUnit.Framework.SingleThreadedAttribute public class SingleThreadedAttribute : NUnitAttribute, IApplyToContext Documentation Code namespace NUnit.Framework { public class SingleThreadedAttribute : NUnitAttribute, IApplyToContext { public void ApplyToContext(TestExecutionContext context); public SingleThreadedAttribute(); } }