chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
Welcome to Typemock Community! Here you can ask and receive answers from other community members. If you liked or disliked an answer or thread: react with an up- or downvote.
0 votes
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?
asked by Paul.Johnson (600 points)

Please log in or register to answer this question.

...