Does each Class containing tests run in it\'s own thread? Or does each individual test run in it\'s own thread? If each Class containing tests has its own thread, are these
Also note that if your unit tests are thread safe, you do have the option to apply threading and have the tests execute in parallel. See this blog post from Microsoft.