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行为驱动开发框架与 NUnit 一起打包并显然利用了 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
谢谢。