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 框架来运行测试,我想知道是否有办法多次运行我的测试。一个接一个地。我有零星的测试,我会用它来监控它们失败的次数。例如,我会在睡觉前开始,早上我可以看到结果。任何帮助表示赞赏。谢谢你。
好吧,也许我可以编写一个反复执行测试的脚本。关键是我想看看所有执行的结果。
我们以前这样破解过它:
[Test] public void MyTest([Range(0, 10)] int iteration) { ... }
NUnit 范围属性