NUnit.Framework.ApartmentAttribute
Marks a test as needing to be run in a particular threading apartment state. This will cause it
to run in a separate thread if necessary.
namespace NUnit.Framework
{
public class ApartmentAttribute : PropertyAttribute
{
public ApartmentAttribute(ApartmentState apartmentState);
}
}