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.
如何为同一个应用程序并行运行 NUnit console.exe。有可能这样做吗?
基本上 nunit-console 的单个实例使用不同的线程并行运行测试,您可以通过传递/nothread命令行参数来禁用它。
/nothread
编辑:有关图表中讨论的模式详细信息
所以ratty有两个测试DLL并且想要并行运行两个DLL的测试,我建议创建一个包含两个底层项目的新解决方案并简单地为新创建的解决方案运行单元测试,NUUnit控制台默认会并行运行测试