2009-06-15 2 views
1

すべてのユニットテストをnunitからmstestに移行します。ソリューションでは、私はそのように見えた、NUnitの-configファイルを持っている:nunit-config-fileを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> 

質問は今、どのように私はMSTESTにいることができますか?あなたが "MSTestを-タスク" を実行するためのMSBuildを使用することができます

答えて

関連する問題