2009-06-15 7 views
1

Je migrerais tous mes tests unitaires de nunit à mstest. Dans la solution que j'ai un fichier nunit-config, qui ressemble à ce que:Comment migrer un fichier nunit-config vers mstest?

<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> 

La question est maintenant, comment pourrais-je faire dans MSTest?

Répondre

Questions connexes