gpt4 book ai didi

command-line - JUnit 从命令行设置超时

转载 作者:行者123 更新时间:2023-12-05 00:57:03 26 4
gpt4 key购买 nike

在 JUnit3 和 JUnit4 中,当我从 运行测试时命令行 , 有没有办法传递一个选项,以便我可以为 指定超时每测试用例?

请注意,我们必须使用命令行,因此答案不应使用注释 (@Test(timeout=1000)),而应该类似于:

JUnit3:

java junit.textui.TestRunner --timeout=1000 TestClass1 [TestClass2, ...]

JUnit4:
java org.junit.runner.JUnitCore --timeout=1000 TestClass1 [TestClass2, ...]

最佳答案

在对 junit 3&4 源代码进行研究后,我必须接受我想要的东西是不可能的。该命令只接受测试类作为参数,因此不能将其他选项传递给它来指定超时。

关于command-line - JUnit 从命令行设置超时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35172175/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com