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.
我有一个间歇性失败的 TestNG 单元测试。有没有办法使用surefire插件多次运行单个单元测试?如果没有,是否有任何关于处理此问题的最佳方法的建议?
我发现的一次方法是:
@Test(invocationCount = 100)