Hi, I am just evaluating TypeMock.
I have tests that create a underlying COM object. The COM object raises an exception if the running application is not STAThreaded.
Currently my tests are failing in TypeMock test runner in Visual Studio.
For the NUNIT test runner, I can use the Nunit,Framework.RequiresSTA attribute, and everything is fine.
Is there an equivalent attribute for the TypeMock test runner?