Welcome to MSDN Blogs Sign in | Join | Help

February 2008 - Posts

SYSK 365: How to get your unit tests (test project in Visual Studio 2008, a.k.a. MSTest) run multithreaded

If you want to test code that requires an MTA threading model (e.g. the code being tested uses WaitHandle.WaitAll), you need to change the .testrunconfig file manually and change the threading model from STA to MTA. There are other posts that say for
Posted by irenak | 2 Comments
 
Page view tracker