Я бы перенес все свои юнит-тесты из nunit в mstest. В решении у меня есть файл nunit-config, который выглядит так:
<NUnitProject>
<Settings activeconfig="Web">
<Config name="Web" appbase="Web" configfile="web.config" binpathtype="Auto">
<assembly path="bin\Product.NUnit.ComponentA.dll"/>
<assembly path="bin\Product.NUnit.ComponentB.dll"/>
<assembly path="bin\Product.NUnit.ComponentC.dll"/>
</Config>
</NUnitProject>
Вопрос сейчас, как я могу сделать это в mstest?