Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
.NET 用のSpecsFor Behavior-Driven Development フレームワークは同梱されており、明らかに NUnit を活用しています。
MSTest を Visual Studio に統合する方法が気に入っていますが、仕様テストに対する SpecFor のアプローチにも興味があります。
質問は次のとおりです。
SpecsFor は MSTest と互換性がありますか? NUnitが必要ですか?
ソースを調べるSpecsForと と重く統合されてNUnitいるので、恐れ入りますが、 で簡単に使用する方法はありませんMSTest。
SpecsFor
NUnit
MSTest
ただし、TDD.NetやResharperなどの商用テスト ランナーのいずれかを使用して、VS 内で同様のテスト ランナー エクスペリエンスをNUnit.
以下のリンクにアクセスしてください。答えが得られます。
https://github.com/MattHoneycutt/SpecsFor/issues/86
ありがとう。